Searched refs:contents (Results 1 - 25 of 119) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dgetinmemory.c39 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) argument
51 memcpy(&(mem->memory[mem->size]), contents, realsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dcurl.h137 char *contents; /* pointer to allocated data contents */ member in struct:curl_httppost
138 long contentslength; /* length of contents field */
139 char *buffer; /* pointer to allocated buffer contents */
151 #define HTTPPOST_PTRCONTENTS (1<<3) /* contents is only stored pointer
154 #define HTTPPOST_PTRBUFFER (1<<5) /* upload file from pointer contents */
155 #define HTTPPOST_CALLBACK (1<<6) /* upload file contents by using the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dformdata.c94 post->contents = value;
276 * Simple name/value pair with copied contents:
407 * Set the contents property.
431 /* Get contents from a given file name */
894 /* recurse to sub-contents */
902 form->contents)
903 free(form->contents); /* free the contents */
1086 filebasename = strippath(file->contents);
1112 (!post->showfilename)?strippath(post->contents)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_formparse.c85 /* nextarg MUST be a string in the format 'name=contents' and we'll
88 char *contents = NULL; local
100 /* Allocate the contents */
101 contents = strdup(contp+1);
102 if(!contents) {
106 contp = contents;
159 Curl_safefree(contents);
221 Curl_safefree(contents);
225 contp = sep; /* move the contents pointer to after the separator */
241 Curl_safefree(contents);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl40 # the contents of the tests/server/ directory must be from the host
2368 logmsg "contents of $curlverout: \n";
2370 logmsg "contents of $curlvererr: \n";
4290 -p print log file contents when a test fails
4492 # Display the contents of the given file. Line endings are canonicalized
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dcurl.h137 char *contents; /* pointer to allocated data contents */ member in struct:curl_httppost
138 long contentslength; /* length of contents field */
139 char *buffer; /* pointer to allocated buffer contents */
151 #define HTTPPOST_PTRCONTENTS (1<<3) /* contents is only stored pointer
154 #define HTTPPOST_PTRBUFFER (1<<5) /* upload file from pointer contents */
155 #define HTTPPOST_CALLBACK (1<<6) /* upload file contents by using the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure32875 krb5_ticket tkt; tkt.enc_part2->authorization_data[0]->contents = NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dkerberos_verify.c380 tkt->enc_part2->authorization_data[0]->contents,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclikrb5.c33 #define KRB5_KEY_DATA(k) ((k)->contents)
77 pkaddr->contents = (krb5_octet *)&(((struct sockaddr_in *)paddr)->sin_addr);
188 *auth_data = data_blob(tkt->enc_part2->authorization_data[0]->contents,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl343 is covered only if its contents constitute a work based on the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex986 Then the device name follows. The rest of the line describes the contents of
1469 \paragraph{Description:} the command displays the contents of the routing tables
1750 and prints its contents exactly as the kernel sees it.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c91 ASN1_SIMPLE(PKCS7_SIGNED, contents, PKCS7),
190 ASN1_SIMPLE(PKCS7_DIGEST, contents, PKCS7),
H A Dpk7_doit.c270 p7->d.sign->contents);
319 data_body=PKCS7_get_octet_string(p7->d.sign->contents);
547 os=PKCS7_get_octet_string(p7->d.sign->contents);
549 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
551 p7->d.sign->contents->d.data = NULL;
H A Dpk7_lib.c77 if (ret && PKCS7_type_is_data(p7->d.sign->contents))
80 os=p7->d.sign->contents->d.data;
82 p7->d.sign->contents->d.data = NULL;
94 if(!p7->d.sign || !p7->d.sign->contents->d.ptr)
136 if (p7->d.sign->contents != NULL)
137 PKCS7_free(p7->d.sign->contents);
138 p7->d.sign->contents=p7_data;
H A Dpkcs7.h129 struct pkcs7_st *contents; member in struct:pkcs7_signed_st
165 struct pkcs7_st *contents; member in struct:pkcs7_digest_st
191 /* all encryption/message digests are applied to the 'contents',
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dfips-lib.com1030 $! Time to check the contents, and to make sure we get the correct library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dpkcs7.h129 struct pkcs7_st *contents; member in struct:pkcs7_signed_st
165 struct pkcs7_st *contents; member in struct:pkcs7_digest_st
191 /* all encryption/message digests are applied to the 'contents',
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dmakevms.com942 $! Time to check the contents of P5, and to make sure we get the correct library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl.c927 /* Display contents of krb5_data struct, for debugging
946 /* Display contents of krb5_authdata struct, for debugging
963 printf((isprint(adata->contents[i]))? "%c ": "%02x",
964 adata->contents[i]);
972 /* Display contents of krb5_keyblock struct, for debugging
989 printf("%02x",(unsigned char *)(keyblk->keyvalue->contents)[i]);
996 printf("%02x",keyblk->contents[i]);
1003 /* Display contents of krb5_principal_data struct, for debugging
1477 d.data=paddr[i]->contents;
1669 krb5_octet FAR *contents local
[all...]
H A Dkssl_lcl.h76 char *knumber(int len, krb5_octet *contents);
H A Dssl-lib.com911 $! Time to check the contents, and to make sure we get the correct library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dmaketests.com737 $! Time to check the contents, and to make sure we get the correct library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex310 % page or the contents), so we use \firstmark there -- this gets us
312 % @setcolor (or @url, or @link, etc.) between @contents and the very
1205 % be able to disable indexing, cross-referencing, and contents, for test runs.
2360 % Fonts for short table of contents.
3003 % Do an implicit @contents or @shortcontents after @end titlepage if the
3054 \contents
3056 \global\let\contents = \relax
3060 \contents
3061 \global\let\contents = \relax
4670 % and table of contents entrie
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c107 char *contents; member in struct:fuse_dh
1737 dh->contents = NULL;
1789 newptr = (char *) realloc(dh->contents, newsize);
1794 dh->contents = newptr;
1831 newlen = dh->len + fuse_add_direntry(dh->req, dh->contents + dh->len,
1841 fuse_add_direntry(dh->req, dh->contents + dh->len, dh->size - dh->len,
1886 /* According to SUS, directory contents need to be refreshed on
1908 fuse_reply_buf(req, dh->contents + off, size);
1933 free(dh->contents);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dcrl2p7.c216 p7s->contents->type=OBJ_nid2obj(NID_pkcs7_data);

Completed in 284 milliseconds

12345