Searched refs:buffer_output (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | protocol.c | 1652 static apr_status_t buffer_output(request_rec *r, function 1693 if (buffer_output(r, &c2, 1) != APR_SUCCESS) 1704 if (buffer_output(r, buf, nbyte) != APR_SUCCESS) 1730 if (buffer_output(vd->r, vd->buff, AP_IOBUFSIZE)) { 1760 /* last call to buffer_output, to finish clearing the buffer */ 1761 if (buffer_output(r, vrprintf_buf,n) != APR_SUCCESS) 1806 if (buffer_output(r, s, len) != APR_SUCCESS) {
|
Completed in 1286 milliseconds