Home
last modified time | relevance | path

Searched refs:NGHTTP2_STATIC_TABLE_LENGTH (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1217 (ssize_t)(context->next_seq - 1 - ent->seq + NGHTTP2_STATIC_TABLE_LENGTH); in search_hd_table()
1295 ((idx) < (context)->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH)
1298 return context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH; in get_max_index()
1303 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get()
1304 return hd_ringbuf_get(&context->hd_table, idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get()
1318 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get2()
1320 idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get2()
H A Dnghttp2_hd.h53 #define NGHTTP2_STATIC_TABLE_LENGTH 61 macro
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1217 (ssize_t)(context->next_seq - 1 - ent->seq + NGHTTP2_STATIC_TABLE_LENGTH); in search_hd_table()
1295 ((idx) < (context)->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH)
1298 return context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH; in get_max_index()
1303 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get()
1304 return hd_ringbuf_get(&context->hd_table, idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get()
1318 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get2()
1320 idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get2()
H A Dnghttp2_hd.h53 #define NGHTTP2_STATIC_TABLE_LENGTH 61 macro
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c301 &inflater, NGHTTP2_STATIC_TABLE_LENGTH + inflater.ctx.hd_table.len), in test_nghttp2_hd_inflate_indname_inc()
431 &inflater, NGHTTP2_STATIC_TABLE_LENGTH + inflater.ctx.hd_table.len), in test_nghttp2_hd_inflate_newname_inc()

Completed in 9 milliseconds