Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dgw_backend.h334 handler_t(*stdin_append)(struct gw_handler_ctx *hctx); member
H A Dmod_proxy.c901 hctx->gw.stdin_append = proxy_stdin_append; /* stream chunked body */ in proxy_create_env()
1030 if (hctx->gw.stdin_append == proxy_stdin_append) in proxy_create_env()
H A Dmod_fastcgi.c493 hctx->stdin_append = fcgi_stdin_append; in fcgi_check_extension()
H A Dgw_backend.c1878 if (hctx->stdin_append) { in gw_write_refill_wb()
1880 return hctx->stdin_append(hctx); in gw_write_refill_wb()
2223 if (hctx->stdin_append) { in gw_handle_subrequest()
2224 handler_t rca = hctx->stdin_append(hctx); in gw_handle_subrequest()
H A Dmod_ajp13.c981 hctx->stdin_append = ajp13_stdin_append; in ajp13_check_extension()
H A Dmod_wstunnel.c502 hctx->gw.stdin_append = wstunnel_stdin_append; in wstunnel_handler_setup()