Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2.cc1147 static constexpr size_t PLPLEN = str_size(PLP); in parse_next_link_header_once() local
1151 if (first + PLPLEN < last && *(first + PLPLEN - 1) == '"' && in parse_next_link_header_once()
1152 std::equal(PLP, PLP + PLPLEN, first, util::CaseCmp())) { in parse_next_link_header_once()
1155 first += PLPLEN; in parse_next_link_header_once()