Searched refs:send_headers (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dhttp_protocol.h780 * @param send_headers Whether to send&clear headers in r->headers_out
782 AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers);
/httpd/modules/proxy/
H A Dmod_proxy_scgi.c256 static int send_headers(request_rec *r, proxy_conn_rec *conn) function
569 || ((status = send_headers(r, backend)) != OK)
/httpd/modules/lua/
H A Dlua_request.c1719 * ap_send_interim_response (request_rec *r, int send_headers)
1722 * @param send_headers Whether to send&clear headers in r->headers_out
1727 int send_headers = 0; local
1731 send_headers = lua_toboolean(L, 2);
1732 ap_send_interim_response(r, send_headers);
/httpd/server/
H A Dprotocol.c1865 AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers) argument
1904 if (send_headers) {

Completed in 2624 milliseconds