Searched refs:bin_path (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_scgi.c | 170 buffer *bin_path; member 421 f->bin_path = buffer_init(); in scgi_host_init() 434 buffer_free(h->bin_path); in scgi_host_free() 839 buffer_append_string_buffer(b, host->bin_path); in scgi_spawn_connection() 847 "execl failed for:", host->bin_path, strerror(errno)); in scgi_spawn_connection() 1042 fcv[3].destination = df->bin_path; in SETDEFAULTS_FUNC() 1082 buffer_is_empty(df->bin_path)) { in SETDEFAULTS_FUNC() 1102 if (!buffer_is_empty(df->bin_path)) { in SETDEFAULTS_FUNC() 1115 "\n\tproc:", df->bin_path, in SETDEFAULTS_FUNC()
|
| H A D | mod_fastcgi.c | 179 buffer *bin_path; member 557 f->bin_path = buffer_init(); in fastcgi_host_init() 572 buffer_free(h->bin_path); in fastcgi_host_free() 1057 parse_binpath(&arg, host->bin_path); in fcgi_spawn_connection() 1104 "the fastcgi-backend", host->bin_path, "failed to start:"); in fcgi_spawn_connection() 1109 WEXITSTATUS(status), host->bin_path); in fcgi_spawn_connection() 1294 fcv[4].destination = host->bin_path; in SETDEFAULTS_FUNC() 1341 buffer_is_empty(host->bin_path)) { in SETDEFAULTS_FUNC() 1360 if (!buffer_is_empty(host->bin_path)) { in SETDEFAULTS_FUNC() 1367 "\n\tproc:", host->bin_path, in SETDEFAULTS_FUNC() [all …]
|