OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_cnt
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libevent/
http-internal.h
75
int
retry_cnt
; /* retry count */
member in struct:evhttp_connection
http.c
1166
evcon->
retry_cnt
= 0;
1174
if (evcon->retry_max < 0 || evcon->
retry_cnt
< evcon->retry_max) {
1177
evhttp_add_event(&evcon->ev, MIN(3600, 2 << evcon->
retry_cnt
),
1179
evcon->
retry_cnt
++;
[
all
...]
/external/chromium_org/third_party/libevent/
http-internal.h
75
int
retry_cnt
; /* retry count */
member in struct:evhttp_connection
http.c
1166
evcon->
retry_cnt
= 0;
1174
if (evcon->retry_max < 0 || evcon->
retry_cnt
< evcon->retry_max) {
1177
evhttp_add_event(&evcon->ev, MIN(3600, 2 << evcon->
retry_cnt
),
1179
evcon->
retry_cnt
++;
[
all
...]
/external/libnfc-nxp/src/
phLlcNfc_Timer.c
803
ps_frame_info->
retry_cnt
= 0;
[
all
...]
phLlcNfc_DataTypes.h
571
uint8_t
retry_cnt
;
member in struct:phLlcNfc_Frame
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
710
uint8_t
retry_cnt
=0;
local
[
all
...]
Completed in 466 milliseconds