Home
last modified time | relevance | path

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

/PHP-8.2/sapi/cgi/
H A Dcgi_main.c1734 char *bindpath = NULL; local
1846 bindpath = strdup(php_optarg);
1859 if (fastcgi || bindpath) {
1873 if (!cgi && !fastcgi && !bindpath) {
1882 free(bindpath);
1921 free(bindpath);
1930 if (bindpath) {
2310 free(bindpath);
2355 free(bindpath);
2496 free(bindpath);
[all …]
/PHP-8.2/main/
H A Dfastcgi.c633 static int is_port_number(const char *bindpath) in is_port_number() argument
635 while (*bindpath) { in is_port_number()
636 if (*bindpath < '0' || *bindpath > '9') { in is_port_number()
639 bindpath++; in is_port_number()

Completed in 15 milliseconds