Searched refs:BUFS (Results 1 – 1 of 1) sorted by relevance
294 #define nghttp2_bufs_fast_addb(BUFS, B) \ argument296 *(BUFS)->cur->buf.last++ = B; \299 #define nghttp2_bufs_fast_addb_hold(BUFS, B) \ argument301 *(BUFS)->cur->buf.last = B; \324 #define nghttp2_bufs_fast_orb(BUFS, B) \ argument326 uint8_t **p = &(BUFS)->cur->buf.last; \331 #define nghttp2_bufs_fast_orb_hold(BUFS, B) \ argument333 uint8_t *p = (BUFS)->cur->buf.last; \385 #define nghttp2_bufs_rewind(BUFS) \ argument387 (BUFS)->cur = (BUFS)->head; \[all …]
Completed in 3 milliseconds