Searched refs:ap_rwrite (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | http_protocol.h | 403 AP_DECLARE(int) ap_rwrite(const void *buf, int nbyte, request_rec *r); 414 return ap_rwrite(str, (int)strlen(str), r);
|
/httpd/modules/lua/ |
H A D | lua_request.c | 479 /* wrap ap_rwrite as r:write(String) */ 487 rv = ap_rwrite((void *) buf, n, r); 2419 ap_rwrite((char*) &slen, 2, r); 2425 ap_rwrite((char*) &llen, 8, r); 2432 ap_rwrite(string, len, r); 2455 ap_rwrite(prelude, 2, r);
|
/httpd/server/ |
H A D | protocol.c | 1699 AP_DECLARE(int) ap_rwrite(const void *buf, int nbyte, request_rec *r) function
|
Completed in 694 milliseconds