Searched defs:nghttp2_buf_cap (Results 1 – 2 of 2) sorted by relevance
57 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin)) macro