Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1758 char *bindpath = NULL; local
1885 bindpath = strdup(php_optarg);
1896 if (fastcgi || bindpath) {
1910 if (!cgi && !fastcgi && !bindpath) {
1962 if (bindpath) {
1967 fcgi_fd = fcgi_listen(bindpath, backlog);
1969 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);
2542 if (bindpath) {
2543 free(bindpath);
H A Dfastcgi.c561 static int is_port_number(const char *bindpath) in is_port_number() argument
563 while (*bindpath) { in is_port_number()
564 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
567 bindpath++; in is_port_number()

Completed in 13 milliseconds