Searched refs:bindpath (Results 1 – 2 of 2) sorted by relevance
1814 char *bindpath = NULL; local1951 bindpath = strdup(php_optarg);1962 if (fastcgi || bindpath) {1976 if (!cgi && !fastcgi && !bindpath) {2032 if (bindpath) {2037 fcgi_fd = fcgi_listen(bindpath, backlog);2039 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);2765 if (bindpath) {2766 free(bindpath);
642 static int is_port_number(const char *bindpath) in is_port_number() argument644 while (*bindpath) { in is_port_number()645 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()648 bindpath++; in is_port_number()
Completed in 23 milliseconds