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

Function mk_str

modules/http2/h2_push.c:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static char *mk_str(link_ctx *ctx, size_t end)
163{
164 if (ctx->i < end) {
165 return apr_pstrndup(ctx->pool, ctx->s + ctx->i, end - ctx->i);
166 }
167 return (char*)"";
168}
169
170static int read_qstring(link_ctx *ctx, const char **ps)
171{

Callers 4

read_qstringFunction · 0.85
read_ptokenFunction · 0.85
read_linkFunction · 0.85
read_pnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected