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

Function read_chr

modules/http2/h2_push.c:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153static int read_chr(link_ctx *ctx, char c)
154{
155 if (ctx->i < ctx->slen && ctx->s[ctx->i] == c) {
156 ++ctx->i;
157 return 1;
158 }
159 return 0;
160}
161
162static char *mk_str(link_ctx *ctx, size_t end)
163{

Callers 5

read_qstringFunction · 0.70
read_linkFunction · 0.70
read_pvalueFunction · 0.70
read_paramFunction · 0.70
read_sepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected