Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.c1245 NGHTTP2_STATIC_TABLE_LENGTH); in search_hd_table()
1325 ((idx) < (context)->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH)
1329 return context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH; in get_max_index()
1335 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get()
1337 idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get()
1351 if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) { in nghttp2_hd_table_get2()
1353 idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get2()
1433 if (idx != -1 && idx < (ssize_t)NGHTTP2_STATIC_TABLE_LENGTH) { in deflate_nv()
A Dnghttp2_hd.h53 #define NGHTTP2_STATIC_TABLE_LENGTH 61 macro

Completed in 8 milliseconds