Searched refs:has_header (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c313 static inline int has_header(const char *str, const char *header) function
344 if (!has_header(s->headers, "\r\nUser-Agent: "))
347 if (!has_header(s->headers, "\r\nAccept: "))
350 if (!has_header(s->headers, "\r\nRange: ") && !post)
353 if (!has_header(s->headers, "\r\nConnection: "))
356 if (!has_header(s->headers, "\r\nHost: "))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c627 static inline int has_header(const char *str, const char *header) function
705 if (!has_header(s->headers, "\r\nUser-Agent: "))
708 if (!has_header(s->headers, "\r\nAccept: "))
714 if (!has_header(s->headers, "\r\nRange: ") && !post && (s->off > 0 || s->end_off || s->seekable == -1)) {
723 if (send_expect_100 && !has_header(s->headers, "\r\nExpect: "))
727 if (!has_header(s->headers, "\r\nConnection: ")) {
737 if (!has_header(s->headers, "\r\nHost: "))
740 if (!has_header(s->headers, "\r\nContent-Length: ") && s->post_data)
744 if (!has_header(s->headers, "\r\nContent-Type: ") && s->content_type)
747 if (!has_header(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dswapfs.c82 void ext2fs_swap_ext_attr(char *to, char *from, int bufsize, int has_header) argument
98 if (has_header) {
H A Dext2fs.h862 int has_header);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_core.h395 u32 has_header; member in struct:mixart_stream_param_desc

Completed in 88 milliseconds