Home
last modified time | relevance | path

Searched refs:sf_parser_init (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dsfparse.h226 * `sf_parser_init` to initialize it.
238 * `sf_parser_init` initializes |sfp| with the given buffer pointed by
241 void sf_parser_init(sf_parser *sfp, const uint8_t *data, size_t datalen);
H A Dnghttp2_http.c590 sf_parser_init(&sfp, value, valuelen); in nghttp2_http_parse_priority()
/third_party/node/deps/nghttp2/lib/
H A Dsfparse.h226 * `sf_parser_init` to initialize it.
238 * `sf_parser_init` initializes |sfp| with the given buffer pointed by
241 void sf_parser_init(sf_parser *sfp, const uint8_t *data, size_t datalen);
H A Dnghttp2_http.c590 sf_parser_init(&sfp, value, valuelen); in nghttp2_http_parse_priority()

Completed in 3 milliseconds