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

Function read_sep

modules/http2/h2_push.c:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252static int read_sep(link_ctx *ctx)
253{
254 if (skip_ws(ctx) && read_chr(ctx, ',')) {
255 return 1;
256 }
257 return 0;
258}
259
260static void init_params(link_ctx *ctx)
261{

Callers 1

inspect_linkFunction · 0.70

Calls 2

skip_wsFunction · 0.70
read_chrFunction · 0.70

Tested by

no test coverage detected