Searched refs:HpackStringDecode (Results 1 – 2 of 2) sorted by relevance
67 Result<InlineString<kHpackMaxStringSize>> HpackStringDecode( in HpackStringDecode() function160 PW_TRY_ASSIGN(auto name, HpackStringDecode(input)); in HpackParseRequestHeaders()168 PW_TRY_ASSIGN(auto value, HpackStringDecode(input)); in HpackParseRequestHeaders()
41 Result<InlineString<kHpackMaxStringSize>> HpackStringDecode(