Home
last modified time | relevance | path

Searched refs:__insert_wsi_socket_into_fds (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/tls/
Dtls-server.c165 if (__insert_wsi_socket_into_fds(context, wsi)) { in lws_server_socket_service_ssl()
/external/libwebsockets/lib/misc/
Dspawn.c345 if (__insert_wsi_socket_into_fds(context, lsp->stdwsi[n])) in lws_spawn_piped()
/external/libwebsockets/lib/roles/dbus/
Ddbus.c89 if (__insert_wsi_socket_into_fds(ctx->vh->context, wsi)) { in __lws_shadow_wsi()
/external/libwebsockets/lib/core-net/
Dadopt.c254 if (__insert_wsi_socket_into_fds(new_wsi->context, new_wsi)) { in lws_adopt_descriptor_vhost2()
Dpollfd.c266 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi) in __insert_wsi_socket_into_fds() function
Dprivate-lib-core-net.h1156 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi);
Dwsi.c837 if (__insert_wsi_socket_into_fds(wsi->context, wnew)) in _lws_generic_transaction_completed_active_conn()
Dvhost.c950 if (__insert_wsi_socket_into_fds(context, wsi))
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c614 if (__insert_wsi_socket_into_fds(wsi->context, wsi))
/external/libwebsockets/lib/roles/http/server/
Dserver.c301 if (__insert_wsi_socket_into_fds(vhost->context, wsi)) { in _lws_vhost_init_server()