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:is_retry
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libwebsockets/lib/system/async-dns/
H
A
D
private-lib-async-dns.h
90
uint8_t
is_retry
:1;
member
H
A
D
async-dns.c
137
q->
is_retry
= 1;
in lws_async_dns_sul_cb_retry()
155
if (!q->
is_retry
&& q->sent[0]
in lws_async_dns_writeable()
162
q->
is_retry
= 0;
in lws_async_dns_writeable()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
private-lib-secure-streams.h
512
_lws_ss_client_connect(lws_ss_handle_t *h, int
is_retry
, void *conn_if_sspc_onw);
H
A
D
secure-streams.c
670
_lws_ss_client_connect(lws_ss_handle_t *h, int
is_retry
, void *conn_if_sspc_onw)
in _lws_ss_client_connect()
argument
698
if (!
is_retry
)
in _lws_ss_client_connect()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
attrib.c
881
BOOL
is_retry
= FALSE;
in ntfs_attr_vcn_to_lcn()
local
893
if (!
is_retry
&& !ntfs_attr_map_runlist(na, vcn)) {
in ntfs_attr_vcn_to_lcn()
894
is_retry
= TRUE;
in ntfs_attr_vcn_to_lcn()
902
if (!
is_retry
|| lcn == (LCN)LCN_RL_NOT_MAPPED)
in ntfs_attr_vcn_to_lcn()
931
BOOL
is_retry
= FALSE;
in ntfs_attr_find_vcn()
local
971
if (!
is_retry
&& !ntfs_attr_map_runlist(na, vcn)) {
in ntfs_attr_find_vcn()
972
is_retry
= TRUE;
in ntfs_attr_find_vcn()
981
if (
is_retry
|| errno == EINVAL || errno == ENOENT)
in ntfs_attr_find_vcn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_nl80211.c
3431
int
is_retry
;
in wpa_driver_nl80211_authenticate()
local
3435
is_retry
= drv->retry_auth;
in wpa_driver_nl80211_authenticate()
3539
if (ret == -ENOENT && params->freq && !
is_retry
) {
in wpa_driver_nl80211_authenticate()
3566
} else if (
is_retry
) {
in wpa_driver_nl80211_authenticate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_nl80211.c
4012
int
is_retry
;
in wpa_driver_nl80211_authenticate()
local
4017
is_retry
= drv->retry_auth;
in wpa_driver_nl80211_authenticate()
4127
if (ret == -ENOENT && params->freq && !
is_retry
) {
in wpa_driver_nl80211_authenticate()
4154
} else if (
is_retry
) {
in wpa_driver_nl80211_authenticate()
Completed in 37 milliseconds