Searched refs:ap_rwrite (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dhttp_protocol.h403 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 Dlua_request.c479 /* 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 Dprotocol.c1699 AP_DECLARE(int) ap_rwrite(const void *buf, int nbyte, request_rec *r) function

Completed in 694 milliseconds