MCPcopy Create free account
hub / github.com/apache/httpd / read_sep

Function read_sep

modules/http2/h2_proxy_util.c:920–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920static int read_sep(link_ctx *ctx)
921{
922 if (skip_ws(ctx) && read_chr(ctx, ',')) {
923 return 1;
924 }
925 return 0;
926}
927
928static size_t subst_str(link_ctx *ctx, int start, int end, const char *ns)
929{

Callers 1

Calls 2

skip_wsFunction · 0.70
read_chrFunction · 0.70

Tested by

no test coverage detected