Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.h317 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b);
Dnghttp2_buf.c407 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_orb() function
/third_party/nghttp2/lib/
Dnghttp2_buf.h317 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b);
Dlibnghttp2_shared.map23 nghttp2_bufs_orb;
Dnghttp2_buf.c407 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_orb() function
/third_party/nghttp2/tests/
Dnghttp2_buf_test.c170 rv = nghttp2_bufs_orb(&bufs, 240); in test_nghttp2_bufs_orb()