Home
last modified time | relevance | path

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

/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1765 char *bindpath = NULL; local
1891 bindpath = strdup(php_optarg);
1902 if (fastcgi || bindpath) {
1916 if (!cgi && !fastcgi && !bindpath) {
1925 free(bindpath);
1965 free(bindpath);
1974 if (bindpath) {
2353 free(bindpath);
2398 free(bindpath);
2550 free(bindpath);
[all …]
/PHP-7.4/main/
H A Dfastcgi.c640 static int is_port_number(const char *bindpath) in is_port_number() argument
642 while (*bindpath) { in is_port_number()
643 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
646 bindpath++; in is_port_number()

Completed in 33 milliseconds