OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTPREAD_HDR_TYPE_REPLY
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h
32
HTTPREAD_HDR_TYPE_REPLY
= 1, /* hdr begins w/ HTTP/ */
httpread.c
240
h->hdr_type =
HTTPREAD_HDR_TYPE_REPLY
;
357
case
HTTPREAD_HDR_TYPE_REPLY
:
wps_upnp_event.c
227
if (httpread_hdr_type_get(hread) ==
HTTPREAD_HDR_TYPE_REPLY
) {
/external/wpa_supplicant_8/src/wps/
httpread.h
26
HTTPREAD_HDR_TYPE_REPLY
= 1, /* hdr begins w/ HTTP/ */
httpread.c
234
h->hdr_type =
HTTPREAD_HDR_TYPE_REPLY
;
351
case
HTTPREAD_HDR_TYPE_REPLY
:
http_client.c
55
if (httpread_hdr_type_get(c->hread) ==
HTTPREAD_HDR_TYPE_REPLY
)
Completed in 945 milliseconds