Searched defs:send_response_header (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.c625 static apr_ssize_t send_response_header(isapi_cid *cid, function
826 ate = send_response_header(cid, NULL, buf_data, 0, buf_size);
917 ate = send_response_header(cid, (char*) buf_data,
1098 ate = send_response_header(cid, tf->pszStatusCode,
1105 ate = send_response_header(cid, NULL, (char*)tf->pHead,
1330 apr_ssize_t ate = send_response_header(cid, shi->pszStatus,

Completed in 14 milliseconds