Home
last modified time | relevance | path

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

1234567

/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.c305 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()
433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
456 void nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
554 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
619 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
691 void nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
715 void nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
[all …]
Dnghttp2_hd.c917 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/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.c305 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()
433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
456 void nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
554 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
619 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
691 void nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
715 void nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
[all …]
Dnghttp2_hd.c917 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/nghttp2/tests/
Dnghttp2_buf_test.c36 nghttp2_bufs bufs; in test_nghttp2_bufs_add() local
71 nghttp2_bufs bufs; in test_nghttp2_bufs_add_stack_buffer_overflow_bug() local
90 nghttp2_bufs bufs; in test_nghttp2_bufs_addb() local
156 nghttp2_bufs bufs; in test_nghttp2_bufs_orb() local
190 nghttp2_bufs bufs; in test_nghttp2_bufs_remove() local
231 nghttp2_bufs bufs; in test_nghttp2_bufs_reset() local
269 nghttp2_bufs bufs; in test_nghttp2_bufs_advance() local
291 nghttp2_bufs bufs; in test_nghttp2_bufs_next_present() local
322 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
240 nghttp2_bufs bufs; in test_nghttp2_frame_pack_rst_stream() local
276 nghttp2_bufs bufs; in test_nghttp2_frame_pack_settings() local
313 nghttp2_bufs bufs; in test_nghttp2_frame_pack_push_promise() local
361 nghttp2_bufs bufs; in test_nghttp2_frame_pack_ping() local
382 nghttp2_bufs bufs; in test_nghttp2_frame_pack_goaway() local
430 nghttp2_bufs bufs; in test_nghttp2_frame_pack_window_update() local
451 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.c35 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf()
159 nghttp2_bufs *bufs, size_t offset, nghttp2_mem *mem) { in inflate_hd()
216 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers()
234 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise()
253 int frame_pack_bufs_init(nghttp2_bufs *bufs) { in frame_pack_bufs_init()
259 void bufs_large_init(nghttp2_bufs *bufs, size_t chunk_size) { in bufs_large_init()
/third_party/alsa-utils/axfer/
Dframe-cache.c32 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/
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/node/deps/uv/src/win/
Dstream.c116 const uv_buf_t bufs[], in uv_write()
148 const uv_buf_t bufs[], in uv_write2()
172 const uv_buf_t bufs[], in uv_try_write()
194 const uv_buf_t bufs[], in uv_try_write2()
/third_party/libuv/src/win/
Dstream.c116 const uv_buf_t bufs[], in uv_write()
148 const uv_buf_t bufs[], in uv_write2()
172 const uv_buf_t bufs[], in uv_try_write()
194 const uv_buf_t bufs[], in uv_try_write2()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dparser_test.cc134 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/
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
/third_party/alsa-lib/src/pcm/
Dpcm_mmap.c175 snd_pcm_sframes_t snd_pcm_mmap_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_mmap_writen()
225 snd_pcm_sframes_t snd_pcm_mmap_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_mmap_readn()
556 void *bufs[channels]; in snd_pcm_write_mmap() local
612 void *bufs[channels]; in snd_pcm_read_mmap() local
/third_party/alsa-utils/axfer/test/
Dgenerator.c66 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/node/lib/internal/
Djs_stream_socket.js34 function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } argument
173 doWrite(req, bufs) { argument
/third_party/nghttp2/fuzz/
Dfuzz_frames.cc39 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/
D18-1.c47 char *bufs; in main() local
D13-1.c46 char *bufs; in main() local
D12-1.c46 char *bufs; in main() local

1234567