OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:got_hdr
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
79
int
got_hdr
; /* nonzero when header is finalized */
member in struct:httpread
424
if (!h->
got_hdr
) {
451
if (!h->
got_hdr
) {
472
h->
got_hdr
= 1;
/external/wpa_supplicant_8/src/wps/
httpread.c
73
int
got_hdr
; /* nonzero when header is finalized */
member in struct:httpread
418
if (!h->
got_hdr
) {
445
if (!h->
got_hdr
) {
466
h->
got_hdr
= 1;
Completed in 20 milliseconds