Home
last modified time | relevance | path

Searched refs:hdr_type (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttpread.c65 enum httpread_hdr_type hdr_type; member
205 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()
209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()
223 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()
225 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()
227 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()
229 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()
231 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()
233 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()
235 h->hdr_type in httpread_hdr_analyze()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttpread.c65 enum httpread_hdr_type hdr_type; member
205 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()
209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()
223 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()
225 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()
227 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()
229 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()
231 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()
233 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()
235 h->hdr_type in httpread_hdr_analyze()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c1043 int hdr_type, ret; in vorbis_decode_init() local
1061 hdr_type = get_bits(gb, 8); in vorbis_decode_init()
1062 if (hdr_type != 1) { in vorbis_decode_init()
1073 hdr_type = get_bits(gb, 8); in vorbis_decode_init()
1074 if (hdr_type != 5) { in vorbis_decode_init()

Completed in 6 milliseconds