Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c351 if (h->state == LPCSCLI_LOCAL_CONNECTED || in callback_sspc_client()
419 case LPCSCLI_LOCAL_CONNECTED: in callback_sspc_client()
813 if (h->state == LPCSCLI_LOCAL_CONNECTED && in lws_sspc_request_tx()
860 if (h->state == LPCSCLI_LOCAL_CONNECTED && in lws_sspc_request_tx_len()
883 assert(h->state == LPCSCLI_LOCAL_CONNECTED); in lws_sspc_client_connect()
884 if (h->state == LPCSCLI_LOCAL_CONNECTED && in lws_sspc_client_connect()
Dsecure-streams-serialize.c488 *state != LPCSCLI_LOCAL_CONNECTED) in lws_ss_deserialize_parse()
510 if (*state != LPCSCLI_LOCAL_CONNECTED && in lws_ss_deserialize_parse()
1311 LPCSCLI_LOCAL_CONNECTED); in lws_ss_deserialize_parse()
1450 LPCSCLI_LOCAL_CONNECTED); in lws_ss_deserialize_parse()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams.h299 LPCSCLI_LOCAL_CONNECTED, /* we are in touch with the proxy */ enumerator