Home
last modified time | relevance | path

Searched defs:stream_id (Results 1 - 25 of 113) sorted by relevance

12345

/third_party/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, int32_t stream_id, int32_t weight, int exclusive) nghttp2_priority_spec_init() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_idtr.c47 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() argument
51 int ngtcp2_idtr_open(ngtcp2_idtr *idtr, int64_t stream_id) { in ngtcp2_idtr_open() argument
66 int ngtcp2_idtr_is_open(ngtcp2_idtr *idtr, int64_t stream_id) { in ngtcp2_idtr_is_open() argument
[all...]
H A Dngtcp2_conv.c256 uint64_t ngtcp2_ord_stream_id(int64_t stream_id) { in ngtcp2_ord_stream_id() argument
H A Dngtcp2_strm.h152 int64_t stream_id; member
H A Dngtcp2_strm.c38 void ngtcp2_strm_init(ngtcp2_strm *strm, int64_t stream_id, uint32_t flags, in ngtcp2_strm_init() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, int32_t stream_id, int32_t weight, int exclusive) nghttp2_priority_spec_init() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_idtr.c48 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() argument
52 int nghttp3_idtr_open(nghttp3_idtr *idtr, int64_t stream_id) { in nghttp3_idtr_open() argument
67 int nghttp3_idtr_is_open(nghttp3_idtr *idtr, int64_t stream_id) { in nghttp3_idtr_is_open() argument
[all...]
H A Dnghttp3_conv.c129 uint64_t nghttp3_ord_stream_id(int64_t stream_id) { in nghttp3_ord_stream_id() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_primitives.cpp51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_primitives.cpp51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
/third_party/spirv-tools/source/val/
H A Dvalidate_primitives.cpp49 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp70 int stream_id = instr->const_index[0]; in nir_emit_intrinsic() local
H A Dgfx6_gs_visitor.cpp139 gfx6_gs_visitor::gs_emit_vertex(int stream_id) in gs_emit_vertex() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstream.c34 uint32_t stream_id; in SPDYF_stream_new() local
159 SPDYF_stream_find(uint32_t stream_id, struc argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmms.c58 int flags, stream_id; in ff_mms_asf_header_parser() local
H A Dluodatdec.c60 int index, ret, key, stream_id, stream_index, width, height, fps, pkt_size; in dat_read_packet() local
H A Drl2.c236 int stream_id = -1; in rl2_read_packet() local
H A Dargo_brp.c55 int32_t stream_id; member
[all...]
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c61 int i, ret, stream_id; in main() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.h211 unsigned stream_id; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c445 LLVMValueRef stream_id; in si_generate_gs_copy_shader() local
/third_party/nghttp2/src/
H A Dh2load_http3_session.cc55 auto stream_id = submit_request_internal(); in submit_request() local
68 nghttp3_ssize read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, in read_data() argument
92 int64_t stream_id; in submit_request_internal() local
131 stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, void *user_data, void *stream_user_data) stream_close() argument
141 stream_close(int64_t stream_id, uint64_t app_error_code) stream_close() argument
151 recv_data(nghttp3_conn *conn, int64_t stream_id, const uint8_t *data, size_t datalen, void *user_data, void *stream_user_data) recv_data() argument
159 recv_data(int64_t stream_id, const uint8_t *data, size_t datalen) recv_data() argument
167 deferred_consume(nghttp3_conn *conn, int64_t stream_id, size_t nconsumed, void *user_data, void *stream_user_data) deferred_consume() argument
175 consume(int64_t stream_id, size_t nconsumed) consume() argument
182 begin_headers(nghttp3_conn *conn, int64_t stream_id, void *user_data, void *stream_user_data) begin_headers() argument
190 begin_headers(int64_t stream_id) begin_headers() argument
198 recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) recv_header() argument
209 recv_header(int64_t stream_id, const nghttp3_vec *name, const nghttp3_vec *value) recv_header() argument
216 stop_sending(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, void *user_data, void *stream_user_data) stop_sending() argument
226 stop_sending(int64_t stream_id, uint64_t app_error_code) stop_sending() argument
238 reset_stream(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, void *user_data, void *stream_user_data) reset_stream() argument
248 reset_stream(int64_t stream_id, uint64_t app_error_code) reset_stream() argument
259 close_stream(int64_t stream_id, uint64_t app_error_code) close_stream() argument
275 shutdown_stream_read(int64_t stream_id) shutdown_stream_read() argument
287 auto stream_id = submit_request_internal(); extend_max_local_streams() local
391 read_stream(uint32_t flags, int64_t stream_id, const uint8_t *data, size_t datalen) read_stream() argument
406 write_stream(int64_t &stream_id, int &fin, nghttp3_vec *vec, size_t veccnt) write_stream() argument
419 block_stream(int64_t stream_id) block_stream() argument
423 unblock_stream(int64_t stream_id) unblock_stream() argument
431 shutdown_stream_write(int64_t stream_id) shutdown_stream_write() argument
435 add_write_offset(int64_t stream_id, size_t ndatalen) add_write_offset() argument
446 add_ack_offset(int64_t stream_id, size_t datalen) add_ack_offset() argument
[all...]
H A Dh2load_http2_session.cc99 int on_stream_close_callback(nghttp2_session *session, int32_t stream_id, in on_stream_close_callback() argument
126 ssize_t file_read_callback(nghttp2_session *session, int32_t stream_id, in file_read_callback() argument
261 auto stream_id in submit_request() local
88 on_data_chunk_recv_callback(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) on_data_chunk_recv_callback() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c62 check_frame_header(size_t length, uint8_t type, uint8_t flags, int32_t stream_id, nghttp2_frame_hd *hd) check_frame_header() argument
H A Dfailmalloc_test.c85 fixed_length_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fixed_length_data_source_read_callback() argument

Completed in 21 milliseconds

12345