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

/httpd/modules/arch/win32/
H A Dmod_isapi.c636 apr_size_t ate = 0; local
661 ate += statlen;
663 ++head, --headlen, ++ate;
665 ++head, --headlen, ++ate;
793 return(ate + headlen);
802 return ate + termch - head;
804 return ate;
825 apr_ssize_t ate; local
826 ate = send_response_header(cid, NULL, buf_data, 0, buf_size);
827 if (ate <
912 apr_ssize_t ate; local
1050 apr_ssize_t ate = 0; local
1330 apr_ssize_t ate = send_response_header(cid, shi->pszStatus, local
[all...]

Completed in 9 milliseconds