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:pending_resp
(Results
1 - 13
of
13
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H
A
D
eap_tls.c
28
struct wpabuf *
pending_resp
;
member
146
wpabuf_free(data->
pending_resp
);
in eap_tls_deinit()
244
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_tls_process()
250
resp = data->
pending_resp
;
in eap_tls_process()
251
data->
pending_resp
= NULL;
in eap_tls_process()
294
wpabuf_free(data->
pending_resp
);
in eap_tls_process()
295
data->
pending_resp
= resp;
in eap_tls_process()
334
wpabuf_free(data->
pending_resp
);
in eap_tls_deinit_for_reauth()
335
data->
pending_resp
= NULL;
in eap_tls_deinit_for_reauth()
H
A
D
eap_peap.c
62
struct wpabuf *
pending_resp
;
member
190
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_deinit()
1017
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_peap_process()
1024
resp = data->
pending_resp
;
in eap_peap_process()
1025
data->
pending_resp
= NULL;
in eap_peap_process()
1062
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_process()
1063
data->
pending_resp
= resp;
in eap_peap_process()
1183
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_deinit_for_reauth()
1184
data->
pending_resp
= NULL;
in eap_peap_deinit_for_reauth()
H
A
D
eap_fast.c
70
struct wpabuf *
pending_resp
;
member
254
wpabuf_clear_free(data->
pending_resp
);
in eap_fast_deinit()
1572
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_fast_process()
1579
resp = data->
pending_resp
;
in eap_fast_process()
1580
data->
pending_resp
= NULL;
in eap_fast_process()
1616
wpabuf_clear_free(data->
pending_resp
);
in eap_fast_process()
1617
data->
pending_resp
= resp;
in eap_fast_process()
1689
wpabuf_clear_free(data->
pending_resp
);
1690
data->
pending_resp
= NULL;
H
A
D
eap_ttls.c
62
struct wpabuf *
pending_resp
;
member
200
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_deinit()
1475
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_ttls_process_handshake()
1481
*out_data = data->
pending_resp
;
in eap_ttls_process_handshake()
1482
data->
pending_resp
= NULL;
in eap_ttls_process_handshake()
1514
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_process_handshake()
1515
data->
pending_resp
= *out_data;
in eap_ttls_process_handshake()
1676
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_deinit_for_reauth()
1677
data->
pending_resp
= NULL;
in eap_ttls_deinit_for_reauth()
H
A
D
eap_teap.c
71
struct wpabuf *
pending_resp
;
member
240
wpabuf_free(data->
pending_resp
);
in eap_teap_clear()
241
data->
pending_resp
= NULL;
in eap_teap_clear()
1773
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_teap_process()
1780
resp = data->
pending_resp
;
in eap_teap_process()
1781
data->
pending_resp
= NULL;
in eap_teap_process()
1817
wpabuf_free(data->
pending_resp
);
in eap_teap_process()
1818
data->
pending_resp
= resp;
in eap_teap_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H
A
D
eap_tls.c
28
struct wpabuf *
pending_resp
;
member
152
wpabuf_free(data->
pending_resp
);
in eap_tls_deinit()
250
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_tls_process()
256
resp = data->
pending_resp
;
in eap_tls_process()
257
data->
pending_resp
= NULL;
in eap_tls_process()
300
wpabuf_free(data->
pending_resp
);
in eap_tls_process()
301
data->
pending_resp
= resp;
in eap_tls_process()
336
wpabuf_free(data->
pending_resp
);
in eap_tls_deinit_for_reauth()
337
data->
pending_resp
= NULL;
in eap_tls_deinit_for_reauth()
H
A
D
eap_peap.c
62
struct wpabuf *
pending_resp
;
member
205
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_deinit()
1070
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_peap_process()
1077
resp = data->
pending_resp
;
in eap_peap_process()
1078
data->
pending_resp
= NULL;
in eap_peap_process()
1115
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_process()
1116
data->
pending_resp
= resp;
in eap_peap_process()
1250
wpabuf_clear_free(data->
pending_resp
);
in eap_peap_deinit_for_reauth()
1251
data->
pending_resp
= NULL;
in eap_peap_deinit_for_reauth()
H
A
D
eap_fast.c
70
struct wpabuf *
pending_resp
;
member
254
wpabuf_clear_free(data->
pending_resp
);
in eap_fast_deinit()
1592
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_fast_process()
1599
resp = data->
pending_resp
;
in eap_fast_process()
1600
data->
pending_resp
= NULL;
in eap_fast_process()
1636
wpabuf_clear_free(data->
pending_resp
);
in eap_fast_process()
1637
data->
pending_resp
= resp;
in eap_fast_process()
1709
wpabuf_clear_free(data->
pending_resp
);
1710
data->
pending_resp
= NULL;
H
A
D
eap_ttls.c
62
struct wpabuf *
pending_resp
;
member
200
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_deinit()
1519
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_ttls_process_handshake()
1525
*out_data = data->
pending_resp
;
in eap_ttls_process_handshake()
1526
data->
pending_resp
= NULL;
in eap_ttls_process_handshake()
1558
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_process_handshake()
1559
data->
pending_resp
= *out_data;
in eap_ttls_process_handshake()
1720
wpabuf_clear_free(data->
pending_resp
);
in eap_ttls_deinit_for_reauth()
1721
data->
pending_resp
= NULL;
in eap_ttls_deinit_for_reauth()
H
A
D
eap_teap.c
72
struct wpabuf *
pending_resp
;
member
241
wpabuf_free(data->
pending_resp
);
in eap_teap_clear()
242
data->
pending_resp
= NULL;
in eap_teap_clear()
1885
if (sm->waiting_ext_cert_check && data->
pending_resp
) {
in eap_teap_process()
1892
resp = data->
pending_resp
;
in eap_teap_process()
1893
data->
pending_resp
= NULL;
in eap_teap_process()
1929
wpabuf_free(data->
pending_resp
);
in eap_teap_process()
1930
data->
pending_resp
= resp;
in eap_teap_process()
/third_party/curl/lib/
H
A
D
pingpong.c
147
pp->
pending_resp
= TRUE;
in Curl_pp_init()
195
pp->
pending_resp
= TRUE;
in Curl_pp_vsendf()
374
pp->
pending_resp
= FALSE;
in Curl_pp_readresp()
H
A
D
pingpong.h
51
bool
pending_resp
; /* set TRUE when a server response is pending or in
member
H
A
D
ftp.c
468
conn->proto.ftpc.pp.
pending_resp
= TRUE; /* expect server response */
in InitiateTransfer()
709
pp->
pending_resp
= FALSE;
in Curl_GetFTPResponse()
3343
pp->
pending_resp
&& !premature) {
in ftp_done()
Completed in 28 milliseconds