Searched refs:hdr_type (Results 1 – 3 of 3) sorted by relevance
65 enum httpread_hdr_type hdr_type; member205 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 …]
1038 int hdr_type, ret; in vorbis_decode_init() local1056 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()