Home
last modified time | relevance | path

Searched refs:HD_MAXIDX (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp2.h295 // Header fields to be indexed, except HD_MAXIDX which is convenient
337 HD_MAXIDX, enumerator
340 using HeaderIndex = std::array<int16_t, HD_MAXIDX>;
349 // array containing at least HD_MAXIDX elements.
H A Dhttp2.cc984 assert(token < HD_MAXIDX); in index_header()

Completed in 3 milliseconds