/aosp_15_r20/external/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 264 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 D | service.c | 29 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 D | sorted-usec-list.c | 77 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 D | uloop.c | 151 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 D | sdevent.c | 246 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 D | glib.c | 307 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 D | libevent.c | 196 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 D | libev.c | 158 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 D | windows-service.c | 32 _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 D | windows-pipe.c | 97 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 D | unix-service.c | 37 _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 D | unix-pipe.c | 65 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 D | minimal-http-client-attach.c | 120 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 D | poll.c | 29 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/ |
D | ssl_session_boringssl.cc | 32 namespace tsi { namespace
|
D | ssl_session_openssl.cc | 40 namespace tsi { namespace
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ssl/session_cache/ |
H A D | ssl_session_boringssl.cc | 32 namespace tsi { namespace
|
H A D | ssl_session_openssl.cc | 40 namespace tsi { namespace
|
/aosp_15_r20/external/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 937 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 D | freertos-pipe.c | 89 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal()
|
H A D | freertos-service.c | 41 _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 D | connect.c | 135 int tsi; in lws_client_connect_via_info() local
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-dbus.h | 47 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/ |
D | ssl_key_logging.cc | 30 namespace tsi { namespace
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ssl/key_logging/ |
H A D | ssl_key_logging.cc | 30 namespace tsi { namespace
|