Searched defs:ap_proxygetline (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 1258 apr_status_t ap_proxygetline(apr_bucket_brigade *bb, char *s, int n, request_rec *r, function 1370 rc = ap_proxygetline(tmp_bb, buffer, sizeof(buffer), backend->r, 0, &len); 1373 rc = ap_proxygetline(tmp_bb, buffer, sizeof(buffer), backend->r, 0, &len);
|
Completed in 1826 milliseconds