Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_realloc (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c335 rv = nghttp2_bufs_realloc(&bufs, 522); in test_nghttp2_bufs_realloc()
340 rv = nghttp2_bufs_realloc(&bufs, 9); in test_nghttp2_bufs_realloc()
/third_party/nghttp2/lib/
H A Dnghttp2_buf.h207 * nghttp2_bufs_realloc().
226 * nghttp2_bufs_realloc().
257 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length);
H A Dnghttp2_buf.c158 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) { in nghttp2_bufs_realloc() function
H A Dnghttp2_session.c7686 rv = nghttp2_bufs_realloc(&session->aob.framebufs, in nghttp2_session_pack_data()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.h207 * nghttp2_bufs_realloc().
226 * nghttp2_bufs_realloc().
257 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length);
H A Dnghttp2_buf.c158 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) { in nghttp2_bufs_realloc() function
H A Dnghttp2_session.c7675 rv = nghttp2_bufs_realloc(&session->aob.framebufs, in nghttp2_session_pack_data()

Completed in 22 milliseconds