Apache 1.3 API Documentation

Routine ap_bwrite

Definition:

int ap_bwrite(BUFF *fb, const void *buf, int nbyte);
     

Usage example:

ap_reset_timeout(r);
if (ap_bwrite(script_out, argsbuffer, len_read) < len_read) {
    / * silly script stopped reading, soak up remaining message */
}
     

No documentation available.


Previous: ap_bvputs Next: ap_bytes_in_free_blocks

Table of Contents (Routines, Structures, Data Cells, Constants)