Home
last modified time | relevance | path

Searched defs:nghttp2_buf_avail (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_buf.h55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) macro
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.h55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) macro