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

/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_protocol.h763 * @param send_headers Whether to send&clear headers in r->headers_out
765 AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers);
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dsmtp-source.c208 static int send_headers = 1; variable
756 if (send_headers) {
1023 send_headers = 0;
1091 send_headers = 0;
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_scgi.c247 static int send_headers(request_rec *r, proxy_conn_rec *conn) function
541 || ((status = send_headers(r, backend)) != OK)
/macosx-10.10.1/apache-793/httpd/server/
H A Dprotocol.c1733 AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers) argument
1772 if (send_headers) {
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_request.c1673 * ap_send_interim_response (request_rec *r, int send_headers)
1676 * @param send_headers Whether to send&clear headers in r->headers_out
1681 int send_headers = 0; local
1685 send_headers = lua_toboolean(L, 2);
1686 ap_send_interim_response(r, send_headers);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl420 return [S3::nextdo send_headers $thunk writable]
426 proc S3::send_headers {thunk} {

Completed in 164 milliseconds