Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pacparser_parse_pac_file(3) [debian man page]

pacparser_parse_pac_file(3)				     Library Functions Manual				       pacparser_parse_pac_file(3)

NAME
pacparser_parse_pac_file - Parses the given PAC file. SYNOPSIS
#include <pacparser.h> int pacparser_parse_pac_file(const char *pacfile); PARAMETERS
const char *pacfile PAC file to parse. DESCRIPTION
Reads the given PAC file and evaluates it in the JavaScript context created by pacparser_init. RETURNS
0 on failure and 1 on success. SEE ALSO
pacparser_version(3), pacparser_init(3), pacparser_parse_pac_string(3), pacparser_parse_pac(3), pacparser_find_proxy(3), pac- parser_just_find_proxy(3), pacparser_cleanup(3), pacparser_setmyip(3), pacparser_enable_microsoft_extensions(3) c2man pacparser.h 20 March 2011 pacparser_parse_pac_file(3)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

Javascript PAC file and variables

Guys i'm new to javascript but have pulled together a PAC file based on requirements. Problem is i'm not sure how javascript handles variables. I'm proficient with shell script, and a bit of perl. I can't find any examples on the net of what i'm trying to do. I want to return proxies which... (1 Reply)
Discussion started by: lavascript
1 Replies

2. Red Hat

WPAD Issue

Hi I am using wpad ( PAC file),to access internet with out changing settings every time either when I am at office/home. I use myIpAddress() function to find my active network, and decide the route based on that. It doesn't seem to work all the time. I also tried to debug pac file using... (0 Replies)
Discussion started by: cutechaps
0 Replies

3. IP Networking

Help with PAC file

Hello All , I need hello all , i need help in creating a pac file (to use in IE ). I browsed and wrote something , which is not meeting my conditions 1. in office i have to use one proxy , say PROXY1:7070 to access internet and to use client network need to add in exclusion list (advanced... (2 Replies)
Discussion started by: radha254
2 Replies