Searched refs:headers (Results 1 - 25 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib540.c48 struct curl_slist *headers)
80 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
99 struct curl_slist *headers)
108 res = init(num, cm, url, userpwd, headers);
185 struct curl_slist *headers = NULL; local
201 headers = curl_slist_append(headers, buffer);
202 if(!headers) {
209 curl_slist_free_all(headers);
216 curl_slist_free_all(headers);
47 init(int num, CURLM *cm, const char* url, const char* userpwd, struct curl_slist *headers) argument
98 loop(int num, CURLM *cm, const char* url, const char* userpwd, struct curl_slist *headers) argument
[all...]
H A Dlib506.c97 static struct curl_slist *sethost(struct curl_slist *headers) argument
99 (void)headers;
108 struct curl_slist *headers; local
118 headers = sethost(NULL);
120 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers);
134 curl_slist_free_all(headers);
156 struct curl_slist *headers; local
234 headers = sethost( NULL );
235 test_setopt( curl, CURLOPT_HTTPHEADER, headers );
261 curl_slist_free_all( headers );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A DMakefile.am4 headers = \
35 ntfs3ginclude_HEADERS = $(headers)
37 noinst_HEADERS = $(headers)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dhdrcheck.sh5 echo $2 requires $FILE, which does not exist in exported headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A DMakefile.frag4 install-db4-headers:
5 @echo "Installing php_db4 headers: $(INSTALL_ROOT)$(phpincludedir)/ext/db4/"
21 install: $(all_targets) $(install_targets) install-db4-headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcomminit.c145 q->headers.producer = (__le32 *)mem;
146 q->headers.consumer = (__le32 *)(mem+1);
147 *(q->headers.producer) = cpu_to_le32(qsize);
148 *(q->headers.consumer) = cpu_to_le32(qsize);
203 u32 *headers; local
217 * queue headers.
222 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT))
225 queues = (struct aac_entry *)(((ulong)headers) + hdrsize);
229 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
231 headers
[all...]
H A Dcommsup.c268 idx = *index = le32_to_cpu(*(q->headers.producer));
270 if (idx != le32_to_cpu(*(q->headers.consumer))) {
277 if (idx != le32_to_cpu(*(q->headers.consumer)))
289 if ((*index + 1) == le32_to_cpu(*(q->headers.consumer))) { /* Queue is full */
551 if (le32_to_cpu(*q->headers.producer) == le32_to_cpu(*q->headers.consumer)) {
559 if (le32_to_cpu(*q->headers.consumer) >= q->entries)
562 index = le32_to_cpu(*q->headers.consumer);
584 if ((le32_to_cpu(*q->headers.producer)+1) == le32_to_cpu(*q->headers
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c201 /* MIME headers */
222 STACK_OF(MIME_HEADER) *headers = NULL;
231 if (!(headers = mime_parse_hdr(bio))) {
236 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
237 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
248 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
253 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
263 if (!(headers = mime_parse_hdr(p7in))) {
271 if(!(hdr = mime_hdr_find(headers, "content-type")) ||
273 sk_MIME_HEADER_pop_free(headers, mime_hdr_fre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c217 /* MIME headers */
280 STACK_OF(MIME_HEADER) *headers = NULL;
289 if (!(headers = mime_parse_hdr(bio))) {
294 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
295 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
306 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
311 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
321 if (!(headers = mime_parse_hdr(p7in))) {
329 if(!(hdr = mime_hdr_find(headers, "content-type")) ||
331 sk_MIME_HEADER_pop_free(headers, mime_hdr_fre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.in.h36 const char *headers,
44 const char *headers,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanohttp.h36 const char *headers,
44 const char *headers,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_private.h39 #error Using wrong kernel headers if_bridge.h is out of date.
43 #error Using wrong kernel headers sockios.h is out of date.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.in.h36 const char *headers,
44 const char *headers,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dcomment.h34 extern struct papd_comment headers[];
H A DMakefile.am10 magics.c headers.c queries.c auth.c uam.c print_cups.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dcomment.h34 extern struct papd_comment headers[];
H A DMakefile.am10 magics.c headers.c queries.c auth.c uam.c print_cups.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dall_sourcecode.tests69 # don't allow obsolete headers
73 | sed -e "s:^$srcdir/\.\./::g" > src.obsolete.headers
74 testing "Obsolete headers" "cat src.obsolete.headers" "" "" ""
75 rm -f src.obsolete.headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dmkrelease.sh70 make headers
82 make headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggdec.h68 int headers; member in struct:ogg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dsubdir.mak55 install-headers::
68 uninstall-headers::
H A Dcommon.mak58 install: install-libs install-headers
60 uninstall: uninstall-libs uninstall-headers
H A Dcommon_arm.mak58 install: install-libs install-headers
60 uninstall: uninstall-libs uninstall-headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c281 struct curl_slist * headers=NULL; local
443 /* pass our list of custom made headers */
447 headers = curl_slist_append(headers,contenttype);
448 curl_easy_setopt(p.curl, CURLOPT_HTTPHEADER, headers);
503 curl_slist_free_all(headers);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cfgable.c109 curl_slist_free_all(config->headers);

Completed in 120 milliseconds

1234567