Searched defs:vd (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dprotocol.c1724 struct ap_vrprintf_data *vd = (struct ap_vrprintf_data*)buff; local
1726 if (vd->r->connection->aborted)
1730 if (buffer_output(vd->r, vd->buff, AP_IOBUFSIZE)) {
1735 vd->vbuff.curpos = vd->buff;
1736 vd->vbuff.endpos = vd->buff + AP_IOBUFSIZE;
1744 struct ap_vrprintf_data vd; local
1747 vd
[all...]

Completed in 1258 milliseconds