Home
last modified time | relevance | path

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

/php-src/sapi/cgi/
H A Dcgi_main.c1734 char *bindpath = NULL; local
1835 bindpath = strdup(php_optarg);
1848 if (fastcgi || bindpath) {
1862 if (!cgi && !fastcgi && !bindpath) {
1871 free(bindpath);
1911 free(bindpath);
1920 if (bindpath) {
2309 free(bindpath);
2354 free(bindpath);
2502 free(bindpath);
[all …]
/php-src/main/
H A Dfastcgi.c631 static int is_port_number(const char *bindpath) in is_port_number() argument
633 while (*bindpath) { in is_port_number()
634 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
637 bindpath++; in is_port_number()

Completed in 15 milliseconds