Home
last modified time | relevance | path

Searched refs:name_only (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c105 bool *name_only) in http_hpack_find_index() argument
121 *name_only = false; in http_hpack_find_index()
133 *name_only = true; in http_hpack_find_index()
608 bool name_only; in http_hpack_encode_header() local
620 ret = http_hpack_find_index(header, &name_only); in http_hpack_encode_header()
624 } else if (name_only) { in http_hpack_encode_header()