Apache 1.3 API Documentation

Routine ap_bvputs

Definition:

int ap_bvputs(BUFF *fb, ...);
     

Usage example:

if (parm->cache != NULL
    &&parm->cache-> != NULL
    &&ap_bvputs(parm->cache->fp, key, ": ", value, CRLF, NULL) == -1) {
    /* Log an error */
}
     

No documentation available.


Previous: ap_bspawn_child Next: ap_bwrite

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