OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTTPREAD_HDR_TYPE_GET
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h
33
HTTPREAD_HDR_TYPE_GET
= 2, /* hdr begins with GET<sp> */
84
/*
httpread_hdr_type_get
-- When file is ready, returns header type.
86
enum httpread_hdr_type
httpread_hdr_type_get
(struct httpread *h);
/external/wpa_supplicant_8/src/wps/
httpread.h
27
HTTPREAD_HDR_TYPE_GET
= 2, /* hdr begins with GET<sp> */
78
/*
httpread_hdr_type_get
-- When file is ready, returns header type.
80
enum httpread_hdr_type
httpread_hdr_type_get
(struct httpread *h);
Completed in 15 milliseconds