Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_protocol.h144 API_EXPORT(long) ap_send_fb_length(BUFF *f, request_rec *r, long length);
Dap_compat.h348 #define send_fb_length ap_send_fb_length
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c2339 return ap_send_fb_length(fb, r, -1); in ap_send_fb()
2342 API_EXPORT(long) ap_send_fb_length(BUFF *fb, request_rec *r, long length) in ap_send_fb_length() function