Searched refs:stdin_append (Results 1 – 6 of 6) sorted by relevance
334 handler_t(*stdin_append)(struct gw_handler_ctx *hctx); member
901 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()
493 hctx->stdin_append = fcgi_stdin_append; in fcgi_check_extension()
1878 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()
981 hctx->stdin_append = ajp13_stdin_append; in ajp13_check_extension()
502 hctx->gw.stdin_append = wstunnel_stdin_append; in wstunnel_handler_setup()