Lines Matching refs:size_t
98 static size_t h2idx(uint32_t hash, uint32_t bits) {
102 static size_t distance(uint32_t tablelen, uint32_t tablelenbits,
103 nghttp2_map_bucket *bkt, size_t idx) {
132 size_t idx;
154 size_t idx = h2idx(hash, tablelenbits);
155 size_t d = 0, dd;
250 size_t idx;
252 size_t d = 0;
280 size_t idx, didx;
282 size_t d = 0;
338 size_t nghttp2_map_size(nghttp2_map *map) { return map->size; }