Home
last modified time | relevance | path

Searched refs:lws_get_context_protocol (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h762 #define lws_get_context_protocol(ctx, x) ctx->vhost_list->protocols[x] macro
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c190 n = lws_get_context_protocol(wsi->a.context, 0).callback(wsi, in OpenSSL_client_verify_callback()