Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:established
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H
A
D
minimal-ws-client.c
16
* When a nailed-up client connection to the broker is
established
, the
58
char
established
;
member
89
if (!vhd->
established
)
in thread_spam()
226
lwsl_user("%s:
established
\n", __func__);
in callback_minimal_broker()
227
vhd->
established
= 1;
in callback_minimal_broker()
258
vhd->
established
= 0;
in callback_minimal_broker()
272
if (vhd && vhd->client_wsi && vhd->
established
)
in callback_minimal_broker()
/third_party/libwebsockets/lib/abstract/transports/
H
A
D
raw-skt.c
34
uint8_t
established
:1;
member
94
priv->
established
= 1;
in callback_abs_client_raw_skt()
139
priv->
established
= 0;
in callback_abs_client_raw_skt()
227
if (priv->
established
) {
in lws_atcrs_client_conn()
301
if (!priv->wsi || !priv->
established
)
in lws_atcrs_ask_for_writeable()
346
if (!priv || !priv->wsi || (!priv->
established
&& !priv->connecting))
in lws_atcrs_state()
H
A
D
unit-test.c
48
uint8_t
established
:1;
member
209
priv->
established
= 1;
in unit_test_sequencer_cb()
351
if (priv->
established
) {
in lws_atcut_client_conn()
352
lwsl_err("%s: already
established
\n", __func__);
in lws_atcut_client_conn()
401
if (!priv->
established
)
in lws_atcut_ask_for_writeable()
488
if (!priv || (!priv->
established
&& !priv->connecting))
in lws_atcut_state()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
H
A
D
minimal-http-server-sse.c
36
time_t
established
;
member
61
pss->
established
= time(NULL);
in callback_sse()
104
pss->
established
));
in callback_sse()
/third_party/libwebsockets/plugins/raw-proxy/
H
A
D
protocol_lws_raw_proxy.c
74
char
established
[2];
member
159
!conn->
established
[side])
in flow_control()
267
conn->
established
[ONW] = 1;
in callback_raw_proxy()
272
/* he disabled his rx while waiting for use to be
established
*/
in callback_raw_proxy()
421
conn->
established
[ACC] = 1;
in callback_raw_proxy()
481
if (conn->
established
[ONW] && !conn->closed[ONW])
in callback_raw_proxy()
488
if (!conn || !conn->
established
[ONW] || conn->closed[ONW])
in callback_raw_proxy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H
A
D
eap_server_tls.c
23
int
established
;
member
191
data->
established
= 1;
in eap_tls_buildReq()
202
if (data->
established
&& data->ssl.state != WAIT_FRAG_ACK) {
in eap_tls_buildReq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H
A
D
eap_server_tls.c
23
int
established
;
member
192
data->
established
= 1;
in eap_tls_buildReq()
203
if (data->
established
&& data->ssl.state != WAIT_FRAG_ACK) {
in eap_tls_buildReq()
/third_party/libunwind/libunwind/doc/
H
A
D
unw_set_cache_size.tex
41
established
because the application is out of memory.
H
A
D
unw_set_caching_policy.tex
63
established
because the application is out of memory.
H
A
D
unw_create_addr_space.tex
196
call-back, it has already
established
the desired machine- and
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H
A
D
tls_gnutls.c
51
int
established
;
member
294
return conn ? conn->
established
: 0;
in tls_connection_established()
320
conn->
established
= 0;
in tls_connection_shutdown()
1479
if (global->server && conn->
established
&&
in tls_connection_handshake()
1539
conn->
established
= 1;
in tls_connection_handshake()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H
A
D
tls_gnutls.c
51
int
established
;
member
294
return conn ? conn->
established
: 0;
in tls_connection_established()
320
conn->
established
= 0;
in tls_connection_shutdown()
1479
if (global->server && conn->
established
&&
in tls_connection_handshake()
1539
conn->
established
= 1;
in tls_connection_handshake()
/third_party/libcoap/src/
H
A
D
coap_gnutls.c
101
int
established
;
member
2127
* 1
established
2136
g_env->
established
= 1;
in do_gnutls_handshake()
2137
coap_log_debug("* %s: GnuTLS
established
\n",
in do_gnutls_handshake()
2288
if (g_env->
established
) {
in coap_dtls_send()
2424
if (g_env->
established
) {
in coap_dtls_receive()
2758
if (g_env->
established
) {
in coap_tls_write()
2838
if (!g_env->
established
&& !g_env->sent_alert) {
in coap_tls_read()
2847
if (c_session->state != COAP_SESSION_STATE_NONE && g_env->
established
) {
in coap_tls_read()
H
A
D
coap_mbedtls.c
130
int
established
;
member
1279
* 1
established
1290
m_env->
established
= 1;
1291
coap_log_debug("* %s: Mbed TLS
established
\n",
1923
if (m_env->
established
) {
2069
if (m_env->
established
) {
2332
if (m_env->
established
) {
2414
if (!m_env->
established
&& !m_env->sent_alert) {
2423
if (c_session->state != COAP_SESSION_STATE_NONE && m_env->
established
) {
Completed in 17 milliseconds