Searched defs:nghttp2_buf_avail (Results 1 – 2 of 2) sorted by relevance
55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) macro