Home
last modified time | relevance | path

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

/lighttpd1.4/tests/
H A Dfcgi-responder.c106 fcgi_getenv(const unsigned char * const r, const uint32_t rlen, const char * const name, int nlen, … in fcgi_getenv() function
156 if (NULL != (p = fcgi_getenv(r, rlen, "QUERY_STRING", 12, &len))) { in fcgi_process_params()
209 cdata = fcgi_getenv(r, rlen, p+4, len-4, &len); in fcgi_process_params()
211 cdata = fcgi_getenv(r, rlen, "X_LIGHTTPD_FCGI_AUTH", 20, &len); in fcgi_process_params()