Home
last modified time | relevance | path

Searched refs:LPCS_LOCAL_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c388 *state != LPCS_LOCAL_CONNECTED) { in lws_ss_deserialize_parse()
413 if (*state != LPCS_LOCAL_CONNECTED && in lws_ss_deserialize_parse()
815 LPCS_LOCAL_CONNECTED); in lws_ss_deserialize_parse()
893 LPCS_LOCAL_CONNECTED); in lws_ss_deserialize_parse()
Dsecure-streams-client.c161 if (wsi && h->state == LPCS_LOCAL_CONNECTED) in callback_sspc_client()
194 case LPCS_LOCAL_CONNECTED: in callback_sspc_client()
449 assert(h->state == LPCS_LOCAL_CONNECTED); in lws_sspc_client_connect()
/external/libwebsockets/include/libwebsockets/
Dlws-secure-streams.h230 LPCS_LOCAL_CONNECTED, /* we are in touch with the proxy */ enumerator