Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/third_party/libcoap/src/
Dcoap_session.c33 coap_session_set_max_retransmit (coap_session_t *session, unsigned int value) { in coap_session_set_max_retransmit()
42 coap_session_set_ack_timeout (coap_session_t *session, coap_fixed_point_t value) { in coap_session_set_ack_timeout()
52 coap_session_set_ack_random_factor (coap_session_t *session, in coap_session_set_ack_random_factor()
63 coap_session_get_max_retransmit (const coap_session_t *session) { in coap_session_get_max_retransmit()
68 coap_session_get_ack_timeout (const coap_session_t *session) { in coap_session_get_ack_timeout()
73 coap_session_get_ack_random_factor (const coap_session_t *session) { in coap_session_get_ack_random_factor()
78 coap_session_reference(coap_session_t *session) { in coap_session_reference()
84 coap_session_release(coap_session_t *session) { in coap_session_release()
106 coap_session_set_app_data(coap_session_t *session, void *app_data) { in coap_session_set_app_data()
112 coap_session_get_app_data(const coap_session_t *session) { in coap_session_get_app_data()
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DskipLibCheck.ts21 const session = createSession(host); constant
28 … let errorResult = <protocol.Diagnostic[]>session.executeCommand(file2GetErrRequest).response; variable
57 const session = createSession(host); constant
73 … const errorResult = <protocol.Diagnostic[]>session.executeCommand(dTsFileGetErrRequest).response; constant
93 const session = createSession(host); constant
109 … const errorResult = <protocol.Diagnostic[]>session.executeCommand(dTsFileGetErrRequest).response; constant
133 const session = createSession(host); constant
140 …const error1Result = <protocol.Diagnostic[]>session.executeCommand(dTsFile1GetErrRequest).response; constant
147 …const error2Result = <protocol.Diagnostic[]>session.executeCommand(dTsFile2GetErrRequest).response; constant
161 const session = createSession(host); constant
[all …]
DdeclarationFileMaps.ts119 const session = createSession(host); constant
189 const session = makeSampleProjects(); constant
202 const session = makeSampleProjects(); constant
218 const session = makeSampleProjects(/*addUserTsConfig*/ true); constant
247 const session = makeSampleProjects(); constant
260 const session = makeSampleProjects(); constant
272 const session = makeSampleProjects(); constant
286 const session = makeSampleProjects(); constant
328 const session = makeSampleProjects(/*addUserTsConfig*/ true, /*keepAllFiles*/ true); constant
368 const session = makeSampleProjects(/*addUserTsConfig*/ true, /*keepAllFiles*/ true); constant
[all …]
DautoImportProvider.ts33 const { projectService, session } = setup([ constant
45 const { projectService, session } = setup([ constant
59 const { projectService, session } = setup([ constant
76 …const { projectService, session, updateFile } = setup([angularFormsDts, angularFormsPackageJson, t… constant
93 const { projectService, session, host } = setup([ constant
109 const { projectService, session, updateFile } = setup([ constant
128 const { projectService, session } = setup([ constant
148 const { projectService, session, host } = setup([ constant
169 const { projectService, session, host } = setup([ constant
196 const { projectService, session, updateFile } = setup([ constant
[all …]
DcompileOnSave.ts116 const session = createSession(host, typingsInstaller); constant
141 const session = createSession(host, typingsInstaller); constant
188 const session = createSession(host, typingsInstaller); constant
204 const session = createSession(host, typingsInstaller); constant
218 const session = createSession(host, typingsInstaller); constant
254 const session = createSession(host, typingsInstaller); constant
271 const session = createSession(host, typingsInstaller); constant
297 const session = createSession(host, typingsInstaller); constant
315 const session = createSession(host, typingsInstaller); constant
337 const session = createSession(host, typingsInstaller); constant
[all …]
DgetExportReferences.ts27 const session = createSession(host); constant
53 const session = makeSampleSession(); constant
75 const session = makeSampleSession(); constant
100 const session = makeSampleSession(); constant
128 const session = makeSampleSession(); constant
153 const session = makeSampleSession(); constant
DpartialSemanticServer.ts29 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn… constant
34 const { host, session, file1, file2 } = setup(); constant
153 const { session, file1 } = setup(); constant
185 const { host, session, file1 } = setup(); constant
224 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn… constant
233 const { session, file1, file2, file3 } = setup(); constant
272 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn… constant
/third_party/nghttp2/lib/
Dnghttp2_session.c49 session_is_outgoing_concurrent_streams_max(nghttp2_session *session) { in session_is_outgoing_concurrent_streams_max()
60 session_is_incoming_concurrent_streams_max(nghttp2_session *session) { in session_is_incoming_concurrent_streams_max()
71 session_is_incoming_concurrent_streams_pending_max(nghttp2_session *session) { in session_is_incoming_concurrent_streams_pending_max()
87 static int session_enforce_http_messaging(nghttp2_session *session) { in session_enforce_http_messaging()
94 static int session_trailer_headers(nghttp2_session *session, in session_trailer_headers()
109 static int state_reserved_remote(nghttp2_session *session, in state_reserved_remote()
116 static int state_reserved_local(nghttp2_session *session, in state_reserved_local()
126 static int session_is_new_peer_stream_id(nghttp2_session *session, in session_is_new_peer_stream_id()
133 static int session_detect_idle_stream(nghttp2_session *session, in session_detect_idle_stream()
148 static int session_no_rfc7540_pri_no_fallback(nghttp2_session *session) { in session_no_rfc7540_pri_no_fallback()
[all …]
Dnghttp2_submit.c46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency()
67 static int32_t submit_headers_shared(nghttp2_session *session, uint8_t flags, in submit_headers_shared()
142 static int32_t submit_headers_shared_nva(nghttp2_session *session, in submit_headers_shared_nva()
171 int nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_trailer()
182 int32_t nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, in nghttp2_submit_headers()
215 int nghttp2_submit_ping(nghttp2_session *session, uint8_t flags, in nghttp2_submit_ping()
221 int nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, in nghttp2_submit_priority()
273 int nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags, in nghttp2_submit_rst_stream()
284 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway()
297 int nghttp2_submit_shutdown_notice(nghttp2_session *session) { in nghttp2_submit_shutdown_notice()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c47 session_is_outgoing_concurrent_streams_max(nghttp2_session *session) { in session_is_outgoing_concurrent_streams_max()
58 session_is_incoming_concurrent_streams_max(nghttp2_session *session) { in session_is_incoming_concurrent_streams_max()
69 session_is_incoming_concurrent_streams_pending_max(nghttp2_session *session) { in session_is_incoming_concurrent_streams_pending_max()
85 static int session_enforce_http_messaging(nghttp2_session *session) { in session_enforce_http_messaging()
92 static int session_trailer_headers(nghttp2_session *session, in session_trailer_headers()
107 static int state_reserved_remote(nghttp2_session *session, in state_reserved_remote()
114 static int state_reserved_local(nghttp2_session *session, in state_reserved_local()
124 static int session_is_new_peer_stream_id(nghttp2_session *session, in session_is_new_peer_stream_id()
131 static int session_detect_idle_stream(nghttp2_session *session, in session_detect_idle_stream()
150 static int session_call_error_callback(nghttp2_session *session, in session_call_error_callback()
[all …]
Dnghttp2_submit.c46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency()
67 static int32_t submit_headers_shared(nghttp2_session *session, uint8_t flags, in submit_headers_shared()
142 static int32_t submit_headers_shared_nva(nghttp2_session *session, in submit_headers_shared_nva()
171 int nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_trailer()
182 int32_t nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, in nghttp2_submit_headers()
214 int nghttp2_submit_ping(nghttp2_session *session, uint8_t flags, in nghttp2_submit_ping()
220 int nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, in nghttp2_submit_priority()
268 int nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags, in nghttp2_submit_rst_stream()
279 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway()
292 int nghttp2_submit_shutdown_notice(nghttp2_session *session) { in nghttp2_submit_shutdown_notice()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dsession.c44 spdyf_handler_read_syn_stream (struct SPDY_Session *session) in spdyf_handler_read_syn_stream()
181 spdyf_handler_read_goaway (struct SPDY_Session *session) in spdyf_handler_read_goaway()
260 spdyf_handler_read_rst_stream (struct SPDY_Session *session) in spdyf_handler_read_rst_stream()
332 spdyf_handler_read_data (struct SPDY_Session *session) in spdyf_handler_read_data()
422 SPDYF_handler_write_syn_reply (struct SPDY_Session *session) in SPDYF_handler_write_syn_reply()
517 SPDYF_handler_write_goaway (struct SPDY_Session *session) in SPDYF_handler_write_goaway()
570 SPDYF_handler_write_data (struct SPDY_Session *session) in SPDYF_handler_write_data()
742 SPDYF_handler_write_rst_stream (struct SPDY_Session *session) in SPDYF_handler_write_rst_stream()
787 SPDYF_handler_write_window_update (struct SPDY_Session *session) in SPDYF_handler_write_window_update()
830 SPDYF_handler_ignore_frame (struct SPDY_Session *session) in SPDYF_handler_ignore_frame()
[all …]
Dio_raw.c62 SPDYF_raw_new_session(struct SPDY_Session *session) in SPDYF_raw_new_session()
86 SPDYF_raw_close_session(struct SPDY_Session *session) in SPDYF_raw_close_session()
93 SPDYF_raw_recv(struct SPDY_Session *session, in SPDYF_raw_recv()
122 SPDYF_raw_send(struct SPDY_Session *session, in SPDYF_raw_send()
151 SPDYF_raw_is_pending(struct SPDY_Session *session) in SPDYF_raw_is_pending()
160 SPDYF_raw_before_write(struct SPDY_Session *session) in SPDYF_raw_before_write()
179 SPDYF_raw_after_write(struct SPDY_Session *session, int was_written) in SPDYF_raw_after_write()
Dio_openssl.c134 SPDYF_openssl_new_session(struct SPDY_Session *session) in SPDYF_openssl_new_session()
170 SPDYF_openssl_close_session(struct SPDY_Session *session) in SPDYF_openssl_close_session()
184 SPDYF_openssl_recv(struct SPDY_Session *session, in SPDYF_openssl_recv()
219 SPDYF_openssl_send(struct SPDY_Session *session, in SPDYF_openssl_send()
255 SPDYF_openssl_is_pending(struct SPDY_Session *session) in SPDYF_openssl_is_pending()
266 SPDYF_openssl_before_write(struct SPDY_Session *session) in SPDYF_openssl_before_write()
275 SPDYF_openssl_after_write(struct SPDY_Session *session, int was_written) in SPDYF_openssl_after_write()
/third_party/mbedtls/port/src/
Dtls_client.c32 static int MbedtlsSslCertificateVerify(MbedTLSSession *session) in MbedtlsSslCertificateVerify()
48 int MbedtlsClientInit(MbedTLSSession *session, void *entropy, size_t entropyLen) in MbedtlsClientInit()
69 int MbedtlsClientClose(MbedTLSSession *session) in MbedtlsClientClose()
85 int MbedtlsClientContext(MbedTLSSession *session) in MbedtlsClientContext()
133 int MbedtlsClientConnect(MbedTLSSession *session) in MbedtlsClientConnect()
170 int MbedtlsClientRead(MbedTLSSession *session, unsigned char *buf, size_t len) in MbedtlsClientRead()
182 int MbedtlsClientWrite(MbedTLSSession *session, const unsigned char *buf, size_t len) in MbedtlsClientWrite()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamresourcemanager.c67 CamSLSession * session, CamSLResourceStatus * status) in session_request_impl()
75 send_simple (CamResourceManager * mgr, CamSLSession * session, guint tag) in send_simple()
95 send_profile_enquiry (CamResourceManager * mgr, CamSLSession * session) in send_profile_enquiry()
102 send_profile_change (CamResourceManager * mgr, CamSLSession * session) in send_profile_change()
109 send_profile_reply (CamResourceManager * mgr, CamSLSession * session) in send_profile_reply()
147 open_impl (CamALApplication * application, CamSLSession * session) in open_impl()
155 close_impl (CamALApplication * application, CamSLSession * session) in close_impl()
161 handle_profile_reply (CamResourceManager * mgr, CamSLSession * session, in handle_profile_reply()
171 data_impl (CamALApplication * application, CamSLSession * session, in data_impl()
Dcamapplicationinfo.c68 send_simple (CamApplicationInfo * info, CamSLSession * session, guint tag) in send_simple()
89 CamSLSession * session) in send_application_info_enquiry()
97 CamSLSession * session, CamSLResourceStatus * status) in session_request_impl()
105 open_impl (CamALApplication * application, CamSLSession * session) in open_impl()
113 close_impl (CamALApplication * application, CamSLSession * session) in close_impl()
120 CamSLSession * session, guint8 * buffer, guint length) in handle_application_info_reply()
139 data_impl (CamALApplication * application, CamSLSession * session, in data_impl()
Dcamconditionalaccess.c92 CamSLSession *session = CAM_SL_SESSION (walk->data); in send_ca_pmt() local
117 send_simple (CamConditionalAccess * cas, CamSLSession * session, guint tag) in send_simple()
138 CamSLSession * session) in send_conditional_access_enquiry()
146 CamSLSession * session, CamSLResourceStatus * status) in session_request_impl()
154 open_impl (CamALApplication * application, CamSLSession * session) in open_impl()
164 close_impl (CamALApplication * application, CamSLSession * session) in close_impl()
173 CamSLSession * session, guint8 * buffer, guint length) in handle_conditional_access_info_reply()
197 CamSLSession * session, guint8 * buffer, guint length) in handle_conditional_access_pmt_reply()
238 data_impl (CamALApplication * application, CamSLSession * session, in data_impl()
Dcamsession.c45 CamSLSession *session = g_new0 (CamSLSession, 1); in cam_sl_session_new() local
57 cam_sl_session_destroy (CamSLSession * session) in cam_sl_session_destroy()
90 CamSLSession *session = NULL; in cam_sl_create_session() local
150 cam_sl_session_close (CamSLSession * session) in cam_sl_session_close()
209 cam_sl_session_write (CamSLSession * session, in cam_sl_session_write()
232 send_open_session_response (CamSL * sl, CamSLSession * session, guint8 status) in send_open_session_response()
269 send_close_session_response (CamSL * sl, CamSLSession * session, guint8 status) in send_close_session_response()
311 CamSLSession *session; in handle_open_session_request() local
383 CamSLSession *session; in handle_create_session_response() local
433 CamSLSession *session; in handle_close_session_request() local
[all …]
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
DSkArCamera.cpp12 std::unique_ptr<SkArCamera> SkArCamera::Make(SkArSession* session, SkArFrame* frame) { in Make()
20 SkArCamera::SkArCamera(SkArSession* session, SkArFrame* frame) : fArCamera(nullptr) { in SkArCamera()
24 void SkArCamera::getViewMatrix(const SkArSession* session, float outColMajor[16]) { in getViewMatrix()
28 void SkArCamera::getProjectionMatrix(const SkArSession* session, float nearClip, in getProjectionMatrix()
34 SkArTrackingState SkArCamera::getTrackingState(const SkArSession* session) { in getTrackingState()
/third_party/nghttp2/fuzz/
Dfuzz_target.cc4 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback()
11 int on_begin_headers_callback(nghttp2_session *session, in on_begin_headers_callback()
18 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2()
26 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback()
33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
40 void send_pending(nghttp2_session *session) { in send_pending()
52 nghttp2_session *session; in LLVMFuzzerTestOneInput() local
Dfuzz_target_fdp.cc8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback()
15 int on_begin_headers_callback(nghttp2_session *session, in on_begin_headers_callback()
22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2()
30 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback()
37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
44 void send_pending(nghttp2_session *session) { in send_pending()
56 nghttp2_session *session; in LLVMFuzzerTestOneInput() local
/third_party/nghttp2/tests/
Dnghttp2_session_test.c124 static ssize_t null_send_callback(nghttp2_session *session, const uint8_t *data, in null_send_callback()
134 static ssize_t fail_send_callback(nghttp2_session *session, const uint8_t *data, in fail_send_callback()
145 static ssize_t fixed_bytes_send_callback(nghttp2_session *session, in fixed_bytes_send_callback()
156 static ssize_t scripted_recv_callback(nghttp2_session *session, uint8_t *data, in scripted_recv_callback()
172 static ssize_t eof_recv_callback(nghttp2_session *session, uint8_t *data, in eof_recv_callback()
183 static ssize_t accumulator_send_callback(nghttp2_session *session, in accumulator_send_callback()
196 static int on_begin_frame_callback(nghttp2_session *session, in on_begin_frame_callback()
207 static int on_frame_recv_callback(nghttp2_session *session, in on_frame_recv_callback()
219 static int on_invalid_frame_recv_callback(nghttp2_session *session, in on_invalid_frame_recv_callback()
231 static int on_frame_send_callback(nghttp2_session *session, in on_frame_send_callback()
[all …]
Dnghttp2_test_helper.c266 static nghttp2_stream *open_stream_with_all(nghttp2_session *session, in open_stream_with_all()
286 nghttp2_stream *open_stream(nghttp2_session *session, int32_t stream_id) { in open_stream()
291 nghttp2_stream *open_stream_with_dep(nghttp2_session *session, in open_stream_with_dep()
298 nghttp2_stream *open_stream_with_dep_weight(nghttp2_session *session, in open_stream_with_dep_weight()
304 nghttp2_stream *open_stream_with_dep_excl(nghttp2_session *session, in open_stream_with_dep_excl()
320 nghttp2_stream *open_sent_stream(nghttp2_session *session, int32_t stream_id) { in open_sent_stream()
328 nghttp2_stream *open_sent_stream2(nghttp2_session *session, int32_t stream_id, in open_sent_stream2()
337 nghttp2_stream *open_sent_stream3(nghttp2_session *session, int32_t stream_id, in open_sent_stream3()
356 nghttp2_stream *open_sent_stream_with_dep(nghttp2_session *session, in open_sent_stream_with_dep()
363 nghttp2_stream *open_sent_stream_with_dep_weight(nghttp2_session *session, in open_sent_stream_with_dep_weight()
[all …]
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-recv.c85 struct session { struct
87 PA_LLIST_FIELDS(struct session); argument
89 pa_sink_input *sink_input;
90 pa_memblockq *memblockq;
92 bool first_packet;
93 uint32_t offset;
95 struct pa_sdp_info sdp_info;
97 pa_rtp_context *rtp_context;
99 pa_rtpoll_item *rtpoll_item;
124 PA_LLIST_HEAD(struct session, sessions); argument

12345678910>>...14