Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c1163 buffer *fcgi_mode = buffer_init(); in SETDEFAULTS_FUNC() local
1292 fcv[2].destination = fcgi_mode; in SETDEFAULTS_FUNC()
1431 if (!buffer_is_empty(fcgi_mode)) { in SETDEFAULTS_FUNC()
1432 if (strcmp(fcgi_mode->ptr, "responder") == 0) { in SETDEFAULTS_FUNC()
1434 } else if (strcmp(fcgi_mode->ptr, "authorizer") == 0) { in SETDEFAULTS_FUNC()
1444 fcgi_mode, "(ignored, mode set to responder)"); in SETDEFAULTS_FUNC()
1455 buffer_free(fcgi_mode); in SETDEFAULTS_FUNC()