Searched refs:bindpath (Results 1 – 2 of 2) sorted by relevance
1730 char *bindpath = NULL; local1869 bindpath = strdup(php_optarg);1880 if (fastcgi || bindpath) {1894 if (!cgi && !fastcgi && !bindpath) {1950 if (bindpath) {1955 fcgi_fd = fcgi_listen(bindpath, backlog);1957 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);2538 if (bindpath) {2539 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 16 milliseconds