Home
last modified time | relevance | path

Searched refs:ap_getline (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_protocol.h226 API_EXPORT(int) ap_getline(char *s, int n, BUFF *in, int fold);
/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_util.c404 while ((len = ap_getline(buffer, size, f, 1)) > 0) { in ap_proxy_read_headers()
445 while ((len = ap_getline(field, MAX_STRING_LEN, f, 1)) in ap_proxy_read_headers()
526 chunk_start = ap_getline(buf, buf_size, f, 0); in ap_proxy_send_fb()
1512 len = ap_getline(buffer, size-1, f, 0); in ap_proxy_read_response_line()
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c853 API_EXPORT(int) ap_getline(char *s, int n, BUFF *in, int fold) in ap_getline() function
969 while ((len = ap_getline(l, sizeof(l), conn->client, 0)) <= 0) { in read_request_line()
1071 while ((len = ap_getline(field, sizeof(field), c->client, 1)) > 0) { in get_mime_headers()
2125 chunk_start = ap_getline(buffer, bufsiz, r->connection->client, 0); in ap_get_client_block()
2170 ap_getline(buffer, bufsiz, r->connection->client, 1)) > 0)) { in ap_get_client_block()