Searched defs:nbyte (Results 1 - 1 of 1) sorted by relevance
/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 15 milliseconds