Home
last modified time | relevance | path

Searched refs:bindpath (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/sapi/cgi/
H A Dcgi_main.c1499 char *bindpath = NULL; local
1625 bindpath = strdup(php_optarg);
1641 if (!cgi && !fastcgi && !bindpath) {
1693 if (bindpath) {
1694 fcgi_fd = fcgi_listen(bindpath, 128);
1696 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);
2214 if (bindpath) {
2215 free(bindpath);
H A Dfastcgi.c333 static int is_port_number(const char *bindpath) in is_port_number() argument
335 while (*bindpath) { in is_port_number()
336 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
339 bindpath++; in is_port_number()

Completed in 14 milliseconds