Home
last modified time | relevance | path

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

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