Lines Matching refs:ate
636 apr_size_t ate = 0;
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;
826 ate = send_response_header(cid, NULL, buf_data, 0, buf_size);
827 if (ate < 0) {
832 buf_data += ate;
833 buf_size -= ate;
912 apr_ssize_t ate;
917 ate = send_response_header(cid, (char*) buf_data,
920 if (ate < 0) {
924 else if ((apr_size_t)ate < headlen) {
928 b = apr_bucket_transient_create((char*) data_type + ate,
929 headlen - ate, c->bucket_alloc);
1050 apr_ssize_t ate = 0;
1098 ate = send_response_header(cid, tf->pszStatusCode,
1105 ate = send_response_header(cid, NULL, (char*)tf->pHead,
1107 if (ate < 0)
1115 if (tf->pHead && (apr_size_t)ate < tf->HeadLength) {
1116 b = apr_bucket_transient_create((char*)tf->pHead + ate,
1117 tf->HeadLength - ate,
1330 apr_ssize_t ate = send_response_header(cid, shi->pszStatus,
1334 if (ate < 0) {
1338 else if ((apr_size_t)ate < shi->cchHeader) {
1342 b = apr_bucket_transient_create(shi->pszHeader + ate,
1343 shi->cchHeader - ate,