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

Function skip_pvalue

modules/http2/h2_proxy_util.c:899–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897}
898
899static int skip_pvalue(link_ctx *ctx)
900{
901 if (skip_ws(ctx) && read_chr(ctx, '=')) {
902 if (skip_qstring(ctx) || skip_ptoken(ctx)) {
903 return 1;
904 }
905 }
906 return 0;
907}
908
909static int skip_param(link_ctx *ctx)
910{

Callers 1

skip_paramFunction · 0.70

Calls 4

skip_wsFunction · 0.70
read_chrFunction · 0.70
skip_qstringFunction · 0.70
skip_ptokenFunction · 0.70

Tested by

no test coverage detected