Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfastcgi.h90 #define FCGI_AUTHORIZER 2 macro
H A Dmod_fastcgi.c1435 host->mode = FCGI_AUTHORIZER; in SETDEFAULTS_FUNC()
1922 if (con->request.content_length > 0 && host->mode != FCGI_AUTHORIZER) { in fcgi_create_env()
1930 if (host->mode != FCGI_AUTHORIZER) { in fcgi_create_env()
2215 if (host->mode != FCGI_AUTHORIZER || in fcgi_response_parse()
2611 if (host->mode == FCGI_AUTHORIZER && in fcgi_demux_response()
2683 if (host->mode != FCGI_AUTHORIZER || in fcgi_demux_response()
3241 if (host->mode == FCGI_AUTHORIZER && in fcgi_handle_fdevent()
3614 if (host->mode != FCGI_AUTHORIZER) { in fcgi_check_extension()