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.c1737 char *bindpath = NULL; local
1849 bindpath = strdup(php_optarg);
1862 if (fastcgi || bindpath) {
1876 if (!cgi && !fastcgi && !bindpath) {
1885 free(bindpath);
1924 free(bindpath);
1933 if (bindpath) {
2326 free(bindpath);
2371 free(bindpath);
2518 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 20 milliseconds