Searched refs:nbyte (Results 1 - 3 of 3) sorted by relevance
| /httpd/include/ |
| H A D | util_filter.h | 558 * @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 D | http_protocol.h | 399 * @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 D | protocol.c | 1699 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