Lines Matching defs:bdry
49 char *bdry;
115 const char *bdry)
118 apr_size_t blen = strlen(bdry), off = 0;
141 if (strncmp(bdry + off, buf, MIN(len, blen - off)) == 0) {
163 * and retest buf against the full bdry.
186 idx = apreq_index(buf + len-blen, blen, bdry, blen,
193 idx = apreq_index(buf, len, bdry, blen, APREQ_MATCH_PARTIAL);
232 (const char **)&ctx->bdry, &blen);
237 ctx->bdry[blen] = 0;
239 *--ctx->bdry = '-';
240 *--ctx->bdry = '-';
241 *--ctx->bdry = '\n';
242 *--ctx->bdry = '\r';
245 ctx->pattern = apr_strmatch_precompile(pool, ctx->bdry, 1);
290 s = split_on_bdry(ctx->bb, ctx->in, NULL, ctx->bdry + 2);
375 switch (brigade_start_string(ctx->in, ctx->bdry + 2)) {
533 s = split_on_bdry(ctx->bb, ctx->in, ctx->pattern, ctx->bdry);
588 s = split_on_bdry(ctx->bb, ctx->in, ctx->pattern, ctx->bdry);