Lines Matching refs:bindpath
1737 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) {
1945 fcgi_fd = fcgi_listen(bindpath, backlog);
1947 fprintf(stderr, "Couldn't create FastCGI listen socket on port %s\n", bindpath);
2326 free(bindpath);
2371 free(bindpath);
2518 free(bindpath);
2622 free(bindpath);