Home
last modified time | relevance | path

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

/PHP-7.0/sapi/cgi/
H A Dcgi_main.c1730 char *bindpath = NULL; local
1869 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);
/PHP-7.0/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 15 milliseconds