debian man page for pacparser_parse_pac_string

Query: pacparser_parse_pac_string

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pacparser_parse_pac_string(3)				     Library Functions Manual				     pacparser_parse_pac_string(3)

NAME
pacparser_parse_pac_string - Parses the given PAC script string.
SYNOPSIS
#include <pacparser.h> int pacparser_parse_pac_string(const char *string);
PARAMETERS
const char *string PAC string to parse.
DESCRIPTION
Evaulates the given PAC script string 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_file(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_string(3)
Related Man Pages
pacparser_find_proxy(3) - debian
pacparser_just_find_proxy(3) - debian
pacparser_setmyip(3) - debian
krb5_pac_get_buffer(3) - freebsd
krb5_pac(3) - freebsd
Similar Topics in the Unix Linux Community
pacparser 1.0.3 (Default branch)
pactester 1.0.7 (Default branch)
pactester 1.0.8 (Default branch)
pacparser 1.0.6 (Default branch)
Javascript PAC file and variables