Home
last modified time | relevance | path

Searched defs:stream_id (Results 51 - 75 of 119) sorted by relevance

12345

/third_party/nghttp2/src/
H A Dnghttp.h185 int32_t stream_id; member
H A DHttpServer.h152 int32_t stream_id; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() argument
[all...]
H A Dnghttp2_frame.c83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() argument
92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() argument
53 nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, uint8_t flags, int32_t stream_id) nghttp2_frame_hd_init() argument
62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
113 nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, int32_t stream_id, int32_t promised_stream_id, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_push_promise_init() argument
158 nghttp2_frame_window_update_init(nghttp2_window_update *frame, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_frame_window_update_init() argument
181 nghttp2_frame_data_init(nghttp2_data *frame, uint8_t flags, int32_t stream_id) nghttp2_frame_data_init() argument
190 nghttp2_frame_extension_init(nghttp2_extension *frame, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_frame_extension_init() argument
199 nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, uint8_t *origin, size_t origin_len, uint8_t *field_value, size_t field_value_len) nghttp2_frame_altsvc_init() argument
256 nghttp2_frame_priority_update_init(nghttp2_extension *frame, int32_t stream_id, uint8_t *field_value, size_t field_value_len) nghttp2_frame_priority_update_init() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c46 int nghttp3_stream_new(nghttp3_stream **pstream, int64_t stream_id, in nghttp3_stream_new() argument
1239 int nghttp3_stream_uni(int64_t stream_id) { return (stream_id & 0x2) != 0; } in nghttp3_stream_uni() argument
1241 int nghttp3_client_stream_bidi(int64_t stream_id) { in nghttp3_client_stream_bidi() argument
1245 int nghttp3_client_stream_uni(int64_t stream_id) { in nghttp3_client_stream_uni() argument
1249 int nghttp3_server_stream_uni(int64_t stream_id) { in nghttp3_server_stream_uni() argument
[all...]
H A Dnghttp3_qpack.h121 int64_t stream_id; member
891 int64_t stream_id; member
[all...]
H A Dnghttp3_conn.c45 static int conn_remote_stream_uni(nghttp3_conn *conn, int64_t stream_id) { in conn_remote_stream_uni() argument
362 static int conn_bidi_idtr_open(nghttp3_conn *conn, int64_t stream_id) { in conn_bidi_idtr_open() argument
377 nghttp3_ssize nghttp3_conn_read_stream(nghttp3_conn *conn, int64_t stream_id, in nghttp3_conn_read_stream() argument
1711 int64_t stream_id = fr->pri_elem_id; conn_on_priority_update_stream() local
1771 conn_stream_acked_data(nghttp3_stream *stream, int64_t stream_id, uint64_t datalen, void *user_data) conn_stream_acked_data() argument
1789 nghttp3_conn_create_stream(nghttp3_conn *conn, nghttp3_stream **pstream, int64_t stream_id) nghttp3_conn_create_stream() argument
1819 nghttp3_conn_find_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_find_stream() argument
1824 nghttp3_conn_bind_control_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_bind_control_stream() argument
2020 nghttp3_conn_add_write_offset(nghttp3_conn *conn, int64_t stream_id, size_t n) nghttp3_conn_add_write_offset() argument
2052 nghttp3_conn_add_ack_offset(nghttp3_conn *conn, int64_t stream_id, uint64_t n) nghttp3_conn_add_ack_offset() argument
2134 nghttp3_conn_submit_request(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr, void *stream_user_data) nghttp3_conn_submit_request() argument
2178 nghttp3_conn_submit_info(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_info() argument
2195 nghttp3_conn_submit_response(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr) nghttp3_conn_submit_response() argument
2216 nghttp3_conn_submit_trailers(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_trailers() argument
2298 nghttp3_conn_block_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_block_stream() argument
2313 nghttp3_conn_shutdown_stream_write(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_shutdown_stream_write() argument
2328 nghttp3_conn_unblock_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_unblock_stream() argument
2345 nghttp3_conn_is_stream_writable(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_is_stream_writable() argument
2358 nghttp3_conn_resume_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_resume_stream() argument
2375 nghttp3_conn_close_stream(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code) nghttp3_conn_close_stream() argument
2401 nghttp3_conn_shutdown_stream_read(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_shutdown_stream_read() argument
2447 nghttp3_conn_set_stream_user_data(nghttp3_conn *conn, int64_t stream_id, void *stream_user_data) nghttp3_conn_set_stream_user_data() argument
2460 nghttp3_conn_get_frame_payload_left(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_get_frame_payload_left() argument
2471 nghttp3_conn_get_stream_priority(nghttp3_conn *conn, nghttp3_pri *dest, int64_t stream_id) nghttp3_conn_get_stream_priority() argument
2492 nghttp3_conn_set_stream_priority(nghttp3_conn *conn, int64_t stream_id, const nghttp3_pri *pri) nghttp3_conn_set_stream_priority() argument
2522 nghttp3_conn_is_remote_qpack_encoder_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_is_remote_qpack_encoder_stream() argument
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c189 AudioObjectID stream_id; in get_latency_us() local
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.h121 int32_t stream_id; member
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c258 static int tm2_read_deltas(TM2Context *ctx, int stream_id) in tm2_read_deltas() argument
285 static int tm2_read_stream(TM2Context *ctx, const uint8_t *buf, int stream_id, int buf_size) in tm2_read_stream() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Davienc.c697 int empty, stream_id = -1; in avi_write_idx1() local
H A Dmpeg.c744 int stream_id = -1; in vobsub_read_header() local
H A Drtsp.h193 char stream_id[64]; member
H A Dwtvenc.c80 int stream_id; member
136 static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id) in write_chunk_header() argument
158 static void write_chunk_header2(AVFormatContext *s, const ff_asf_guid *guid, int stream_id) in write_chunk_header2() argument
[all...]
H A Dnutenc.c169 int key_frame, index, pred, stream_id; in build_frame_code() local
544 write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) write_streaminfo() argument
[all...]
H A Dnutdec.c384 int class, stream_id, ret; in decode_stream_header() local
488 set_disposition_bits(AVFormatContext *avf, char *value, int stream_id) set_disposition_bits() argument
1005 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) decode_frame_header() argument
1092 int size, stream_id, discard, ret; decode_frame() local
[all...]
/third_party/curl/lib/
H A Dcf-h2-proxy.c73 int32_t stream_id; member
667 int32_t stream_id = frame->hd.stream_id; proxy_h2_on_frame_recv() local
746 int32_t stream_id = frame->hd.stream_id; proxy_h2_on_header() local
804 tunnel_send_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *userp) tunnel_send_callback() argument
844 tunnel_recv_callback(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *mem, size_t len, void *userp) tunnel_recv_callback() argument
870 proxy_h2_on_stream_close(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *userp) proxy_h2_on_stream_close() argument
904 int32_t stream_id = -1; proxy_h2_submit() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c983 emit_begin_xfb_query(struct tu_cmd_buffer *cmdbuf, struct tu_query_pool *pool, uint32_t query, uint32_t stream_id) emit_begin_xfb_query() argument
1358 emit_end_xfb_query(struct tu_cmd_buffer *cmdbuf, struct tu_query_pool *pool, uint32_t query, uint32_t stream_id) emit_end_xfb_query() argument
/third_party/nghttp2/lib/
H A Dnghttp2_frame.c83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() argument
92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() argument
53 nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, uint8_t flags, int32_t stream_id) nghttp2_frame_hd_init() argument
62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
113 nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, int32_t stream_id, int32_t promised_stream_id, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_push_promise_init() argument
158 nghttp2_frame_window_update_init(nghttp2_window_update *frame, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_frame_window_update_init() argument
181 nghttp2_frame_data_init(nghttp2_data *frame, uint8_t flags, int32_t stream_id) nghttp2_frame_data_init() argument
190 nghttp2_frame_extension_init(nghttp2_extension *frame, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_frame_extension_init() argument
199 nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, uint8_t *origin, size_t origin_len, uint8_t *field_value, size_t field_value_len) nghttp2_frame_altsvc_init() argument
256 nghttp2_frame_priority_update_init(nghttp2_extension *frame, int32_t stream_id, uint8_t *field_value, size_t field_value_len) nghttp2_frame_priority_update_init() argument
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-server.c92 int32_t stream_id; member
228 create_http2_stream_data(http2_session_data *session_data, int32_t stream_id) { in create_http2_stream_data() argument
401 static ssize_t file_read_callback(nghttp2_session *session, int32_t stream_id, in file_read_callback() argument
423 static int send_response(nghttp2_session *session, int32_t stream_id, in send_response() argument
601 on_stream_close_callback(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *user_data) on_stream_close_callback() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.h183 int64_t stream_id; member
227 int64_t stream_id; member
250 int64_t stream_id; member
270 int64_t stream_id; member
289 int64_t stream_id; member
H A Dngtcp2_pkt.c2406 ngtcp2_pkt_stream_max_datalen(int64_t stream_id, uint64_t offset, uint64_t len, size_t left) ngtcp2_pkt_stream_max_datalen() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h394 uint32_t stream_id : 31; member
549 uint32_t stream_id; member
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c128 int32_t stream_id; member
296 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local
313 int32_t stream_id; in on_ctrl_send_callback() local
341 int32_t stream_id; on_ctrl_recv_callback() local
376 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) on_stream_close_callback() argument
400 on_data_chunk_recv_callback(spdylay_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...]
H A Dtest_notls.c107 int32_t stream_id; member
293 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local
310 int32_t stream_id; in on_ctrl_send_callback() local
338 int32_t stream_id; on_ctrl_recv_callback() local
373 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) on_stream_close_callback() argument
398 on_data_chunk_recv_callback(spdylay_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...]

Completed in 31 milliseconds

12345