Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/nghttp2/lib/
Dnghttp2_buf.c116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, in nghttp2_bufs_init()
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3()
158 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) { in nghttp2_bufs_realloc()
184 void nghttp2_bufs_free(nghttp2_bufs *bufs) { in nghttp2_bufs_free()
202 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init()
229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
269 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) { in nghttp2_bufs_wrap_free()
279 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) { in nghttp2_bufs_seek_last_present()
291 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) { in nghttp2_bufs_len()
[all …]
Dnghttp2_frame.c280 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
336 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
410 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
435 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
460 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
535 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
579 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
603 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
677 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
703 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
[all …]
Dnghttp2_hd.c912 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) { in emit_table_size()
940 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) { in emit_indexed_block()
966 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string()
1027 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block()
1069 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1336 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1435 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs()
1488 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd() local
1520 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec() local
2279 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, in nghttp2_hd_emit_indname_block()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.c116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, in nghttp2_bufs_init()
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3()
158 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) { in nghttp2_bufs_realloc()
184 void nghttp2_bufs_free(nghttp2_bufs *bufs) { in nghttp2_bufs_free()
202 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init()
229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
269 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) { in nghttp2_bufs_wrap_free()
279 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) { in nghttp2_bufs_seek_last_present()
291 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) { in nghttp2_bufs_len()
[all …]
Dnghttp2_frame.c280 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
336 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
410 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
435 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
460 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
535 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
579 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
603 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
677 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
703 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
[all …]
Dnghttp2_hd.c912 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) { in emit_table_size()
940 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) { in emit_indexed_block()
966 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string()
1027 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block()
1069 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1336 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1435 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs()
1488 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd() local
1520 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec() local
2279 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, in nghttp2_hd_emit_indname_block()
[all …]
/third_party/nghttp2/tests/
Dnghttp2_buf_test.c34 nghttp2_bufs bufs; in test_nghttp2_bufs_add() local
69 nghttp2_bufs bufs; in test_nghttp2_bufs_add_stack_buffer_overflow_bug() local
88 nghttp2_bufs bufs; in test_nghttp2_bufs_addb() local
154 nghttp2_bufs bufs; in test_nghttp2_bufs_orb() local
188 nghttp2_bufs bufs; in test_nghttp2_bufs_remove() local
229 nghttp2_bufs bufs; in test_nghttp2_bufs_reset() local
267 nghttp2_bufs bufs; in test_nghttp2_bufs_advance() local
289 nghttp2_bufs bufs; in test_nghttp2_bufs_next_present() local
320 nghttp2_bufs bufs; in test_nghttp2_bufs_realloc() local
Dnghttp2_hd_test.c49 nghttp2_bufs bufs; in test_nghttp2_hd_deflate() local
144 nghttp2_bufs bufs; in test_nghttp2_hd_deflate_same_indexed_repr() local
193 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_indexed() local
234 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_indname_noinc() local
274 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_indname_inc() local
311 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_indname_inc_eviction() local
363 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_newname_noinc() local
405 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_newname_inc() local
441 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_clearall_inc() local
513 nghttp2_bufs bufs; in test_nghttp2_hd_inflate_zero_length_huffman() local
[all …]
Dnghttp2_frame_test.c75 nghttp2_bufs bufs; in test_nghttp2_frame_pack_headers() local
171 nghttp2_bufs bufs; in test_nghttp2_frame_pack_headers_frame_too_large() local
211 nghttp2_bufs bufs; in test_nghttp2_frame_pack_priority() local
242 nghttp2_bufs bufs; in test_nghttp2_frame_pack_rst_stream() local
281 nghttp2_bufs bufs; in test_nghttp2_frame_pack_settings() local
318 nghttp2_bufs bufs; in test_nghttp2_frame_pack_push_promise() local
366 nghttp2_bufs bufs; in test_nghttp2_frame_pack_ping() local
389 nghttp2_bufs bufs; in test_nghttp2_frame_pack_goaway() local
437 nghttp2_bufs bufs; in test_nghttp2_frame_pack_window_update() local
460 nghttp2_bufs bufs; in test_nghttp2_frame_pack_altsvc() local
[all …]
Dfailmalloc_test.c49 static void data_feed_init(data_feed *df, nghttp2_bufs *bufs) { in data_feed_init()
278 nghttp2_bufs bufs; in run_nghttp2_session_recv() local
398 nghttp2_bufs bufs; in run_nghttp2_frame_pack_headers() local
448 nghttp2_bufs bufs; in run_nghttp2_frame_pack_settings() local
501 nghttp2_hd_inflater *inflater, nghttp2_bufs *bufs, in deflate_inflate()
525 nghttp2_bufs bufs; in run_nghttp2_hd() local
Dnghttp2_test_helper.c34 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf()
155 nghttp2_bufs *bufs, size_t offset, nghttp2_mem *mem) { in inflate_hd()
212 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers()
230 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise()
249 int frame_pack_bufs_init(nghttp2_bufs *bufs) { in frame_pack_bufs_init()
255 void bufs_large_init(nghttp2_bufs *bufs, size_t chunk_size) { in bufs_large_init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBuffersTest.cpp280 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
314 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
355 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
397 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
422 GLenum bufs[8] = {GL_NONE}; in TEST_P() local
625 const GLenum bufs[] = { in TEST_P() local
657 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
716 const GLenum bufs[] = { variable
759 const GLenum bufs[] = { variable
799 const GLenum bufs[] = { variable
[all …]
/third_party/libuv/src/win/
Dstream.c114 const uv_buf_t bufs[], in uv_write()
146 const uv_buf_t bufs[], in uv_write2()
170 const uv_buf_t bufs[], in uv_try_write()
192 const uv_buf_t bufs[], in uv_try_write2()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBuffersTest.cpp274 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
305 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
333 GLenum bufs[8] = {GL_NONE}; in TEST_P() local
495 const GLenum bufs[] = { in TEST_P() local
527 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
582 const GLenum bufs[] = { variable
622 const GLenum bufs[] = { variable
/third_party/boost/boost/asio/detail/
Dwin_iocp_socket_service_base.hpp256 ConstBufferSequence> bufs(buffers); in send() local
290 ConstBufferSequence> bufs(buffers); in async_send() local
323 MutableBufferSequence> bufs(buffers); in receive() local
359 MutableBufferSequence> bufs(buffers); in async_receive() local
395 MutableBufferSequence> bufs(buffers); in receive_with_flags() local
437 MutableBufferSequence> bufs(buffers); in async_receive_with_flags() local
/third_party/node/test/parallel/
Dtest-buffer-zero-fill-cli.js22 const bufs = [ variable
Dtest-stream-pipe-await-drain-push-while-write.js27 const bufs = [Buffer.alloc(32 * 1024), Buffer.alloc(33 * 1024)]; // above hwm variable
Dtest-string-decoder-end.js32 const bufs = [ '☃��', 'asdf' ].map((b) => Buffer.from(b)); variable
/third_party/boost/doc/html/boost_asio/example/cpp03/socks4/
Dsocks4.hpp56 boost::array<boost::asio::const_buffer, 7> bufs = in buffers() local
100 boost::array<boost::asio::mutable_buffer, 5> bufs = in buffers() local
/third_party/boost/libs/asio/example/cpp03/socks4/
Dsocks4.hpp56 boost::array<boost::asio::const_buffer, 7> bufs = in buffers() local
100 boost::array<boost::asio::mutable_buffer, 5> bufs = in buffers() local
/third_party/node/lib/internal/
Djs_stream_socket.js33 function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } argument
163 doWrite(req, bufs) { argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D18-1.c45 char *bufs; in main() local
D12-1.c44 char *bufs; in main() local
D13-1.c44 char *bufs; in main() local
/third_party/boost/libs/container/test/
Dmonotonic_buffer_resource_test.cpp66 char *bufs[AllocCount]; in test_release() local
97 char *bufs[AllocCount]; in test_destructor() local
371 char *bufs[iterations]; in test_do_deallocate() local

1234567