Home
last modified time | relevance | path

Searched refs:BUFS (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.h294 #define nghttp2_bufs_fast_addb(BUFS, B) \ argument
296 *(BUFS)->cur->buf.last++ = B; \
299 #define nghttp2_bufs_fast_addb_hold(BUFS, B) \ argument
301 *(BUFS)->cur->buf.last = B; \
324 #define nghttp2_bufs_fast_orb(BUFS, B) \ argument
326 uint8_t **p = &(BUFS)->cur->buf.last; \
331 #define nghttp2_bufs_fast_orb_hold(BUFS, B) \ argument
333 uint8_t *p = (BUFS)->cur->buf.last; \
385 #define nghttp2_bufs_rewind(BUFS) \ argument
387 (BUFS)->cur = (BUFS)->head; \
[all …]

Completed in 3 milliseconds