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_standard/src/wps/
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 = HTTPREAD_HDR_TYPE_CONNECT; in httpread_hdr_analyze()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
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 = HTTPREAD_HDR_TYPE_CONNECT; in httpread_hdr_analyze()
[all …]
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1038 int hdr_type, ret; in vorbis_decode_init() local
1056 hdr_type = get_bits(gb, 8); in vorbis_decode_init()
1057 if (hdr_type != 1) { in vorbis_decode_init()
1068 hdr_type = get_bits(gb, 8); in vorbis_decode_init()
1069 if (hdr_type != 5) { in vorbis_decode_init()