Home
last modified time | relevance | path

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

/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1761 char *bindpath = NULL; local
1894 bindpath = strdup(php_optarg);
1905 if (fastcgi || bindpath) {
1919 if (!cgi && !fastcgi && !bindpath) {
1971 if (bindpath) {
1976 fcgi_fd = fcgi_listen(bindpath, backlog);
1978 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);
2551 if (bindpath) {
2552 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 19 milliseconds