Searched refs:cbx (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c236 int cbx; /* offset in cbuffer */ member in struct:connection
1232 c->cbx = 0;
1485 apr_size_t space = CBUFFSIZE - c->cbx - 1; /* -1 allows for \0 term */
1491 c->cbuff + c->cbx, &outbytes_left);
1498 memcpy(c->cbuff + c->cbx, buffer, space);
1500 c->cbx += tocopy;
1502 c->cbuff[c->cbx] = 0; /* terminate for benefit of strstr */
1596 c->bread += c->cbx - (s + l - c->cbuff) + r - tocopy;
1644 c->cbx = 0;

Completed in 1960 milliseconds