Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1814 char *bindpath = NULL; local
1951 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);
/PHP-7.1/main/
H A Dfastcgi.c642 static int is_port_number(const char *bindpath) in is_port_number() argument
644 while (*bindpath) { in is_port_number()
645 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
648 bindpath++; in is_port_number()

Completed in 27 milliseconds