Lines Matching defs:buff
1713 char *buff;
1717 static int r_flush(apr_vformatter_buff_t *buff)
1720 * vformatter needs to write into buff and buff.curpos > buff.endpos */
1724 struct ap_vrprintf_data *vd = (struct ap_vrprintf_data*)buff;
1730 if (buffer_output(vd->r, vd->buff, AP_IOBUFSIZE)) {
1735 vd->vbuff.curpos = vd->buff;
1736 vd->vbuff.endpos = vd->buff + AP_IOBUFSIZE;
1750 vd.buff = vrprintf_buf;