Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c169 buffer *unixsocket; member
528 f->unixsocket = buffer_init(); in fastcgi_process_init()
542 buffer_free(f->unixsocket); in fastcgi_process_free()
555 f->unixsocket = buffer_init(); in fastcgi_host_init()
570 buffer_free(h->unixsocket); in fastcgi_host_free()
956 unlink(proc->unixsocket->ptr); in fcgi_spawn_connection()
1383 buffer_copy_string_buffer(proc->unixsocket, host->unixsocket); in SETDEFAULTS_FUNC()
1421 buffer_copy_string_buffer(proc->unixsocket, host->unixsocket); in SETDEFAULTS_FUNC()
1547 hctx->host->unixsocket); in fcgi_reconnect()
2742 host->unixsocket); in fcgi_restart_dead_procs()
[all …]
H A Dmod_scgi.c160 buffer *unixsocket; member
419 f->unixsocket = buffer_init(); in scgi_host_init()
432 buffer_free(h->unixsocket); in scgi_host_free()
1041 fcv[2].destination = df->unixsocket; in SETDEFAULTS_FUNC()
1062 !buffer_is_empty(df->unixsocket)) { in SETDEFAULTS_FUNC()
1117 "\n\tsocket", df->unixsocket, in SETDEFAULTS_FUNC()
1141 "\n\tsocket", df->unixsocket, in SETDEFAULTS_FUNC()
2096 host->unixsocket); in scgi_restart_dead_procs()
2143 "\n\tsocket", host->unixsocket, in scgi_restart_dead_procs()
2180 host->unixsocket->used); in scgi_write_request()
[all …]