Searched refs:nghttp3_gaptr (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_gaptr.h | 42 typedef struct nghttp3_gaptr { struct 48 } nghttp3_gaptr; typedef 53 void nghttp3_gaptr_init(nghttp3_gaptr *gaptr, const nghttp3_mem *mem); 58 void nghttp3_gaptr_free(nghttp3_gaptr *gaptr); 70 int nghttp3_gaptr_push(nghttp3_gaptr *gaptr, uint64_t offset, uint64_t datalen); 76 uint64_t nghttp3_gaptr_first_gap_offset(nghttp3_gaptr *gaptr); 82 nghttp3_range nghttp3_gaptr_get_first_gap_after(nghttp3_gaptr *gaptr, 89 int nghttp3_gaptr_is_pushed(nghttp3_gaptr *gaptr, uint64_t offset, 97 void nghttp3_gaptr_drop_first_gap(nghttp3_gaptr *gaptr);
|
D | nghttp3_gaptr.c | 31 void nghttp3_gaptr_init(nghttp3_gaptr *gaptr, const nghttp3_mem *mem) { in nghttp3_gaptr_init() 38 static int gaptr_gap_init(nghttp3_gaptr *gaptr) { in gaptr_gap_init() 50 void nghttp3_gaptr_free(nghttp3_gaptr *gaptr) { in nghttp3_gaptr_free() 58 int nghttp3_gaptr_push(nghttp3_gaptr *gaptr, uint64_t offset, in nghttp3_gaptr_push() 103 uint64_t nghttp3_gaptr_first_gap_offset(nghttp3_gaptr *gaptr) { in nghttp3_gaptr_first_gap_offset() 117 nghttp3_range nghttp3_gaptr_get_first_gap_after(nghttp3_gaptr *gaptr, in nghttp3_gaptr_get_first_gap_after() 135 int nghttp3_gaptr_is_pushed(nghttp3_gaptr *gaptr, uint64_t offset, in nghttp3_gaptr_is_pushed() 154 void nghttp3_gaptr_drop_first_gap(nghttp3_gaptr *gaptr) { in nghttp3_gaptr_drop_first_gap()
|
D | nghttp3_idtr.h | 44 nghttp3_gaptr gap;
|
/third_party/node/deps/ngtcp2/ |
D | ngtcp2.gyp | 60 'nghttp3/lib/nghttp3_gaptr.c',
|