CBUFFSIZE         230 support/ab.c       char cbuff[CBUFFSIZE];      /* a buffer to store server response header */
CBUFFSIZE        1366 support/ab.c           apr_size_t space = CBUFFSIZE - c->cbx - 1; /* -1 allows for \0 term */
CBUFFSIZE          81 test/zb.c        char cbuff[CBUFFSIZE];  /* a buffer to store server response header */
CBUFFSIZE         342 test/zb.c          int space = CBUFFSIZE - c->cbx - 1; /* -1 to allow for 0 terminator */