Home
last modified time | relevance | path

Searched defs:tsi (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c264 int tsi = (int)(pt - &context->pt[0]); in lws_uv_close_cb_sa() local
311 int tsi) in lws_libuv_static_refcount_add()
329 lws_libuv_stop_without_kill(const struct lws_context *context, int tsi) in lws_libuv_stop_without_kill()
336 lws_uv_getloop(struct lws_context *context, int tsi) in lws_uv_getloop()
643 elops_run_pt_uv(struct lws_context *context, int tsi) in elops_run_pt_uv()
650 elops_destroy_pt_uv(struct lws_context *context, int tsi) in elops_destroy_pt_uv()
716 elops_init_pt_uv(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_uv()
890 elops_foreign_thread_uv(struct lws_context *cx, int tsi) in elops_foreign_thread_uv()
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dservice.c29 lws_service_assert_loop_thread(struct lws_context *cx, int tsi) in lws_service_assert_loop_thread()
297 lws_service_adjust_timeout(struct lws_context *context, int timeout_ms, int tsi) in lws_service_adjust_timeout()
568 lws_service_flag_pending(struct lws_context *context, int tsi) in lws_service_flag_pending()
639 int tsi) in lws_service_fd_tsi()
847 lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in lws_service_tsi()
H A Dsorted-usec-list.c77 lws_sul2_schedule(struct lws_context *context, int tsi, int flags, in lws_sul2_schedule()
272 lws_sul_schedule(struct lws_context *ctx, int tsi, lws_sorted_usec_list_t *sul, in lws_sul_schedule()
293 lws_sul_schedule_wakesuspend(struct lws_context *ctx, int tsi, in lws_sul_schedule_wakesuspend()
/aosp_15_r20/external/libwebsockets/lib/event-libs/uloop/
H A Duloop.c151 elops_init_pt_uloop(struct lws_context *context, void *v, int tsi) in elops_init_pt_uloop()
212 elops_run_pt_uloop(struct lws_context *context, int tsi) in elops_run_pt_uloop()
229 elops_destroy_pt_uloop(struct lws_context *context, int tsi) in elops_destroy_pt_uloop()
/aosp_15_r20/external/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c246 init_pt_sd(struct lws_context *context, void *_loop, int tsi) in init_pt_sd()
359 run_pt_sd(struct lws_context *context, int tsi) in run_pt_sd()
379 destroy_pt_sd(struct lws_context *context, int tsi) in destroy_pt_sd()
/aosp_15_r20/external/libwebsockets/lib/event-libs/glib/
H A Dglib.c307 elops_init_pt_glib(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_glib()
388 elops_run_pt_glib(struct lws_context *context, int tsi) in elops_run_pt_glib()
433 elops_destroy_pt_glib(struct lws_context *context, int tsi) in elops_destroy_pt_glib()
/aosp_15_r20/external/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c196 elops_init_pt_event(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_event()
326 elops_run_pt_event(struct lws_context *context, int tsi) in elops_run_pt_event()
349 elops_destroy_pt_event(struct lws_context *context, int tsi) in elops_destroy_pt_event()
/aosp_15_r20/external/libwebsockets/lib/event-libs/libev/
H A Dlibev.c158 elops_init_pt_ev(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_ev()
255 elops_destroy_pt_ev(struct lws_context *context, int tsi) in elops_destroy_pt_ev()
339 elops_run_pt_ev(struct lws_context *context, int tsi) in elops_run_pt_ev()
/aosp_15_r20/external/libwebsockets/lib/plat/windows/
H A Dwindows-service.c32 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi()
60 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi()
H A Dwindows-pipe.c97 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal()
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-service.c37 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi()
72 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi()
H A Dunix-pipe.c65 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal()
/aosp_15_r20/external/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H A Dminimal-http-client-attach.c120 attach_callback(struct lws_context *context, int tsi, void *opaque) in attach_callback()
151 lws_attach_with_pthreads_locking(struct lws_context *context, int tsi, in lws_attach_with_pthreads_locking()
/aosp_15_r20/external/libwebsockets/lib/event-libs/poll/
H A Dpoll.c29 elops_foreign_thread_poll(struct lws_context *cx, int tsi) in elops_foreign_thread_poll()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_boringssl.cc32 namespace tsi { namespace
Dssl_session_openssl.cc40 namespace tsi { namespace
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ssl/session_cache/
H A Dssl_session_boringssl.cc32 namespace tsi { namespace
H A Dssl_session_openssl.cc40 namespace tsi { namespace
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c937 lws_ss_create(struct lws_context *context, int tsi, const lws_ss_info_t *ssi, in lws_ss_create()
1820 lws_ss_assert_extant(struct lws_context *cx, int tsi, struct lws_ss_handle *h) in lws_ss_assert_extant()
/aosp_15_r20/external/libwebsockets/lib/plat/freertos/
H A Dfreertos-pipe.c89 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal()
H A Dfreertos-service.c41 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi()
/aosp_15_r20/external/libwebsockets/lib/core-net/client/
H A Dconnect.c135 int tsi; in lws_client_connect_via_info() local
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-dbus.h47 int tsi; /* the lws thread service index (0 if only one service member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ssl/key_logging/
Dssl_key_logging.cc30 namespace tsi { namespace
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ssl/key_logging/
H A Dssl_key_logging.cc30 namespace tsi { namespace

123