Lines Matching refs:size_t
252 for (size_t i = 1; i < s.size(); ++i) {
281 Headers::value_type to_header(const uint8_t *name, size_t namelen,
282 const uint8_t *value, size_t valuelen,
289 void add_header(Headers &nva, const uint8_t *name, size_t namelen,
290 const uint8_t *value, size_t valuelen, bool no_index,
293 size_t i, j;
594 for (size_t i = 0; nv[i]; i += 2) {
601 void dump_nv(FILE *out, const nghttp2_nv *nva, size_t nvlen) {
723 int lookup_token(const uint8_t *name, size_t namelen) {
980 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) {
1092 const char *pat, size_t patlen) {
1115 const char *pat, size_t patlen) {
1174 static constexpr size_t PLPLEN = str_size(PLP);
1177 static constexpr size_t PLTLEN = str_size(PLT);
1224 static constexpr size_t PLLEN = str_size(PL);
1254 static constexpr size_t ANCHORLEN = str_size(ANCHOR);
1262 static constexpr size_t LOADPOLICYLEN = str_size(LOADPOLICY);
1270 static constexpr size_t NOPUSHLEN = str_size(NOPUSH);
1403 int lookup_method_token(const uint8_t *name, size_t namelen) {
1732 balloc, std::max(static_cast<size_t>(1), base_path.size()) +
1948 if (p == end || static_cast<size_t>(end - p) < trailers.size()) {