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

/httpd/server/
H A Dapreq_parser_multipart.c112 static apr_status_t split_on_bdry(apr_bucket_brigade *out, function
290 s = split_on_bdry(ctx->bb, ctx->in, NULL, ctx->bdry + 2);
305 s = split_on_bdry(ctx->bb, ctx->in, NULL, CRLF);
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);

Completed in 17 milliseconds