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)