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

/httpd/include/
H A Dutil_filter.h558 * @param nbyte The number of bytes in the data
560 #define ap_fwrite(f, bb, data, nbyte) \
561 apr_brigade_write(bb, ap_filter_flush, f, data, nbyte)
H A Dhttp_protocol.h399 * @param nbyte The number of bytes to send from the buffer
403 AP_DECLARE(int) ap_rwrite(const void *buf, int nbyte, request_rec *r);
/httpd/server/
H A Dprotocol.c1699 AP_DECLARE(int) ap_rwrite(const void *buf, int nbyte, request_rec *r) argument
1704 if (buffer_output(r, buf, nbyte) != APR_SUCCESS)
1707 return nbyte;

Completed in 24 milliseconds