Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1736 char *bindpath = NULL; local
1862 bindpath = strdup(php_optarg);
1873 if (fastcgi || bindpath) {
1887 if (!cgi && !fastcgi && !bindpath) {
1896 free(bindpath);
1936 free(bindpath);
1945 if (bindpath) {
2324 free(bindpath);
2369 free(bindpath);
2521 free(bindpath);
[all …]
/PHP-8.0/main/
H A Dfastcgi.c638 static int is_port_number(const char *bindpath) in is_port_number() argument
640 while (*bindpath) { in is_port_number()
641 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
644 bindpath++; in is_port_number()

Completed in 16 milliseconds