| /third_party/nghttp2/lib/ |
| D | nghttp2_buf.c | 116 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 …]
|
| D | nghttp2_frame.c | 305 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared() 361 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers() 435 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority() 460 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream() 485 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() 560 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise() 604 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping() 628 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway() 700 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update() 726 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc() [all …]
|
| D | nghttp2_hd.c | 917 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) { in emit_table_size() 945 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) { in emit_indexed_block() 971 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string() 1032 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block() 1074 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block() 1342 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv() 1441 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs() 1494 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd() local 1526 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec() local 2285 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/ |
| D | nghttp2_buf.c | 116 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 …]
|
| D | nghttp2_frame.c | 280 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 …]
|
| D | nghttp2_hd.c | 912 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/ |
| D | nghttp2_buf_test.c | 34 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
|
| D | nghttp2_hd_test.c | 49 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 …]
|
| D | nghttp2_frame_test.c | 75 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 …]
|
| D | failmalloc_test.c | 49 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
|
| D | nghttp2_test_helper.c | 34 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() 160 nghttp2_bufs *bufs, size_t offset, nghttp2_mem *mem) { in inflate_hd() 217 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers() 235 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise() 254 int frame_pack_bufs_init(nghttp2_bufs *bufs) { in frame_pack_bufs_init() 260 void bufs_large_init(nghttp2_bufs *bufs, size_t chunk_size) { in bufs_large_init()
|
| D | nghttp2_session_test.c | 103 nghttp2_bufs *bufs) { in scripted_data_feed_init2() 666 nghttp2_bufs bufs; in test_nghttp2_session_recv() local 787 nghttp2_bufs bufs; in test_nghttp2_session_recv_invalid_stream_id() local 832 nghttp2_bufs bufs; in test_nghttp2_session_recv_invalid_frame() local 1236 nghttp2_bufs bufs; in test_nghttp2_session_recv_continuation() local 1432 nghttp2_bufs bufs; in test_nghttp2_session_recv_headers_with_priority() local 1582 nghttp2_bufs bufs; in test_nghttp2_session_recv_headers_with_padding() local 1688 nghttp2_bufs bufs; in test_nghttp2_session_recv_headers_early_response() local 1753 nghttp2_bufs bufs; in test_nghttp2_session_recv_headers_for_closed_stream() local 1838 nghttp2_bufs bufs; in test_nghttp2_session_recv_headers_with_extpri() local [all …]
|
| /third_party/alsa-utils/axfer/ |
| D | frame-cache.c | 32 char **bufs = cache->buf; in align_frames_in_n() local 76 char **bufs = calloc(samples_per_frame, sizeof(*bufs)); in frame_cache_init() local 103 char **bufs = cache->buf; in frame_cache_destroy() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | DrawBuffersTest.cpp | 280 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/ |
| D | stream.c | 114 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/ |
| D | DrawBuffersTest.cpp | 274 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/vk-gl-cts/external/amber/src/src/vkscript/ |
| D | parser_test.cc | 134 const auto& bufs = script->GetBuffers(); in TEST_F() local 149 const auto& bufs = script->GetBuffers(); in TEST_F() local 232 const auto& bufs = script->GetBuffers(); in TEST_F() local 254 const auto& bufs = script->GetBuffers(); in TEST_F() local 282 const auto& bufs = script->GetBuffers(); in TEST_F() local 332 const auto& bufs = script->GetBuffers(); in TEST_F() local 360 const auto& bufs = script->GetBuffers(); in TEST_F() local 438 const auto& bufs = script->GetBuffers(); in TEST_F() local 493 const auto& bufs = script->GetBuffers(); in TEST_F() local
|
| /third_party/node/test/parallel/ |
| D | test-buffer-zero-fill-cli.js | 22 const bufs = [ variable
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_mmap.c | 174 snd_pcm_sframes_t snd_pcm_mmap_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_mmap_writen() 224 snd_pcm_sframes_t snd_pcm_mmap_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_mmap_readn() 555 void *bufs[channels]; in snd_pcm_write_mmap() local 611 void *bufs[channels]; in snd_pcm_read_mmap() local
|
| /third_party/node/lib/internal/ |
| D | js_stream_socket.js | 33 function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } argument 163 doWrite(req, bufs) { argument
|
| /third_party/alsa-utils/axfer/test/ |
| D | generator.c | 66 char **bufs; in allocate_vector() local 111 char **bufs = frame_buffer; in fill_vector() local 139 char **bufs = frame_buffer; in deallocate_vector() local
|
| /third_party/nghttp2/fuzz/ |
| D | fuzz_frames.cc | 39 nghttp2_bufs bufs; in check_frame_pack_headers() local 99 nghttp2_bufs bufs; in check_frame_push_promise() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
| D | 18-1.c | 47 char *bufs; in main() local
|
| D | 12-1.c | 46 char *bufs; in main() local
|
| D | 13-1.c | 46 char *bufs; in main() local
|