Lines Matching defs:buf
80 const char *buf;
90 s = apr_bucket_read(e, &buf, &blen, APR_BLOCK_READ);
100 if (strncmp(buf,start_string,bytes_to_check) != 0)
123 const char *buf;
129 s = apr_bucket_read(e, &buf, &len, APR_BLOCK_READ);
141 if (strncmp(bdry + off, buf, MIN(len, blen - off)) == 0) {
163 * and retest buf against the full bdry.
182 const char *match = apr_strmatch(pattern, buf, len);
184 idx = match - buf;
186 idx = apreq_index(buf + len-blen, blen, bdry, blen,
193 idx = apreq_index(buf, len, bdry, blen, APREQ_MATCH_PARTIAL);