Home
last modified time | relevance | path

Searched refs:vhost_next (Results 1 – 18 of 18) sorted by relevance

/external/libwebsockets/lib/tls/
Dtls-network.c113 v = v->vhost_next; in lws_tls_check_all_cert_lifetimes()
193 } lws_end_foreach_ll(v, vhost_next); in lws_tls_cert_updated()
216 v = v->vhost_next; in lws_gate_accepts()
Dtls-server.c344 vh = vh->vhost_next; in lws_server_socket_service_ssl()
/external/libwebsockets/lib/core-net/
Dvhost.c421 vh = vh->vhost_next; in lws_protocol_init()
831 vh1 = &(*vh1)->vhost_next; in lws_create_vhost()
1037 } lws_end_foreach_ll(v, vhost_next);
1128 *pv = vh->vhost_next;
1131 } lws_end_foreach_llp(pv, vhost_next);
1135 vh->vhost_next = vh->context->vhost_pending_destruction_list;
1157 *pv = (*pv)->vhost_next;
1160 } lws_end_foreach_llp(pv, vhost_next);
1266 lws_start_foreach_ll_safe(struct lws_vhost *, v, context->vhost_list, vhost_next) {
1391 vh1 = vh1->vhost_next;
[all …]
Dserver.c47 vh = vh->vhost_next; in lws_sum_stats()
275 vh = vh->vhost_next; in lws_json_dump_context()
Dstats.c177 v = v->vhost_next; in lws_stats_log_dump()
Dpollfd.c240 vh = vh->vhost_next; in lws_accept_modulation()
652 vhost = vhost->vhost_next; in lws_callback_on_writable_all_protocol()
Dconnect.c81 v = v->vhost_next; in lws_client_connect_via_info()
Dprivate-lib-core-net.h545 struct lws_vhost *vhost_next; member
Dwsi.c625 v = v->vhost_next; in lws_broadcast()
/external/libwebsockets/lib/event-libs/libev/
Dlibev.c165 vh = vh->vhost_next; in elops_init_pt_ev()
230 vh = vh->vhost_next; in elops_destroy_pt_ev()
/external/libwebsockets/lib/event-libs/glib/
Dglib.c302 vh = vh->vhost_next; in elops_init_pt_glib()
409 vh = vh->vhost_next; in elops_destroy_pt_glib()
/external/libwebsockets/lib/event-libs/libevent/
Dlibevent.c201 vh = vh->vhost_next; in elops_init_pt_event()
320 vh = vh->vhost_next; in elops_destroy_pt_event()
/external/libwebsockets/lib/secure-streams/
Dpolicy.c845 struct lws_vhost *vh = v->vhost_next; in lws_ss_policy_set()
851 v = v->vhost_next; in lws_ss_policy_set()
933 v = v->vhost_next; in lws_ss_policy_set()
/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c844 vh = vh->vhost_next; in elops_init_pt_uv()
921 vh = vh->vhost_next; in lws_libuv_closewsi()
/external/libwebsockets/lib/core/
Dcontext.c1065 vh1 = vh->vhost_next; in lws_context_destroy2()
1261 struct lws_vhost *vhn = vh->vhost_next; in lws_context_destroy()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c79 vh = vh->vhost_next; in lws_mbedtls_sni_cb()
/external/libwebsockets/lib/roles/http/server/
Dserver.c88 vh = vh->vhost_next; in _lws_vhost_init_server()
361 vhost = vhost->vhost_next; in lws_select_vhost()
382 vhost = vhost->vhost_next; in lws_select_vhost()
394 vhost = vhost->vhost_next; in lws_select_vhost()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c116 vh = vh->vhost_next; in lws_ssl_server_name_cb()