Searched refs:contentType (Results 1 - 25 of 102) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dnanohttp.c155 char *contentType; /* the MIME type for the input */ member in struct:xmlNanoHTTPCtxt
158 char *encoding; /* encoding extracted from the contentType */
159 char *mimeType; /* Mime-Type extracted from the contentType */
420 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType);
735 if (ctxt->contentType != NULL)
736 xmlFree(ctxt->contentType);
737 ctxt->contentType = xmlMemStrdup(cur);
746 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
760 if (ctxt->contentType !
1219 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1239 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1594 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1614 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
1845 char *contentType = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dnanohttp.c155 char *contentType; /* the MIME type for the input */ member in struct:xmlNanoHTTPCtxt
158 char *encoding; /* encoding extracted from the contentType */
159 char *mimeType; /* Mime-Type extracted from the contentType */
420 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType);
735 if (ctxt->contentType != NULL)
736 xmlFree(ctxt->contentType);
737 ctxt->contentType = xmlMemStrdup(cur);
746 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
760 if (ctxt->contentType !
1219 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1239 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1594 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1614 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
1845 char *contentType = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dnanohttp.c155 char *contentType; /* the MIME type for the input */ member in struct:xmlNanoHTTPCtxt
158 char *encoding; /* encoding extracted from the contentType */
159 char *mimeType; /* Mime-Type extracted from the contentType */
420 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType);
735 if (ctxt->contentType != NULL)
736 xmlFree(ctxt->contentType);
737 ctxt->contentType = xmlMemStrdup(cur);
746 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
760 if (ctxt->contentType !
1219 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1239 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1594 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1614 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
1845 char *contentType = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/cms/
H A Dcms_cd.c94 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData)
H A Dcms_lib.c73 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType))
183 switch (OBJ_obj2nid(cms->contentType))
211 switch (OBJ_obj2nid(cms->contentType))
250 switch (OBJ_obj2nid(cms->contentType))
257 return &cms->d.envelopedData->encryptedContentInfo->contentType;
263 return &cms->d.encryptedData->encryptedContentInfo->contentType;
424 switch (OBJ_obj2nid(cms->contentType))
503 switch (OBJ_obj2nid(cms->contentType))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/cms/
H A Dcms_cd.c95 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
H A Dcms_lib.c74 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType)) {
180 switch (OBJ_obj2nid(cms->contentType)) {
208 switch (OBJ_obj2nid(cms->contentType)) {
247 switch (OBJ_obj2nid(cms->contentType)) {
253 return &cms->d.envelopedData->encryptedContentInfo->contentType;
259 return &cms->d.encryptedData->encryptedContentInfo->contentType;
410 switch (OBJ_obj2nid(cms->contentType)) {
485 switch (OBJ_obj2nid(cms->contentType)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/cms/
H A Dcms_cd.c94 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData)
H A Dcms_lib.c73 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType))
183 switch (OBJ_obj2nid(cms->contentType))
211 switch (OBJ_obj2nid(cms->contentType))
250 switch (OBJ_obj2nid(cms->contentType))
257 return &cms->d.envelopedData->encryptedContentInfo->contentType;
263 return &cms->d.encryptedData->encryptedContentInfo->contentType;
424 switch (OBJ_obj2nid(cms->contentType))
503 switch (OBJ_obj2nid(cms->contentType))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/cms/
H A Dcms_cd.c95 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
H A Dcms_lib.c74 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType)) {
180 switch (OBJ_obj2nid(cms->contentType)) {
208 switch (OBJ_obj2nid(cms->contentType)) {
247 switch (OBJ_obj2nid(cms->contentType)) {
253 return &cms->d.envelopedData->encryptedContentInfo->contentType;
259 return &cms->d.encryptedData->encryptedContentInfo->contentType;
410 switch (OBJ_obj2nid(cms->contentType)) {
485 switch (OBJ_obj2nid(cms->contentType)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cms/
H A Dcms_cd.c94 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData)
H A Dcms_lib.c73 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType))
183 switch (OBJ_obj2nid(cms->contentType))
211 switch (OBJ_obj2nid(cms->contentType))
250 switch (OBJ_obj2nid(cms->contentType))
257 return &cms->d.envelopedData->encryptedContentInfo->contentType;
263 return &cms->d.encryptedData->encryptedContentInfo->contentType;
424 switch (OBJ_obj2nid(cms->contentType))
503 switch (OBJ_obj2nid(cms->contentType))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cms/
H A Dcms_cd.c95 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
119 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
H A Dcms_lib.c74 return cms->contentType;
82 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
117 switch (OBJ_obj2nid(cms->contentType)) {
180 switch (OBJ_obj2nid(cms->contentType)) {
208 switch (OBJ_obj2nid(cms->contentType)) {
247 switch (OBJ_obj2nid(cms->contentType)) {
253 return &cms->d.envelopedData->encryptedContentInfo->contentType;
259 return &cms->d.encryptedData->encryptedContentInfo->contentType;
410 switch (OBJ_obj2nid(cms->contentType)) {
485 switch (OBJ_obj2nid(cms->contentType)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_p12.c237 heim_oid contentType; local
240 memset(&contentType, 0, sizeof(contentType));
245 &contentType,
250 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
254 der_free_oid(&contentType);
265 heim_oid contentType; local
269 memset(&contentType, 0, sizeof(contentType));
279 &contentType,
[all...]
H A Dcms.c86 ret = der_copy_oid(oid, &ci.contentType);
145 ret = der_copy_oid(&ci.contentType, oid);
340 * @param contentType output type oid, should be freed with der_free_oid().
354 heim_oid *contentType,
372 memset(contentType, 0, sizeof(*contentType));
454 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType);
516 der_free_oid(contentType);
541 * @param contentType typ
347 hx509_cms_unenvelope(hx509_context context, hx509_certs certs, int flags, const void *data, size_t length, const heim_octet_string *encryptedContent, time_t time_now, heim_oid *contentType, heim_octet_string *content) argument
549 hx509_cms_envelope_1(hx509_context context, int flags, hx509_cert cert, const void *data, size_t length, const heim_oid *encryption_type, const heim_oid *contentType, heim_octet_string *content) argument
769 hx509_cms_verify_signed(hx509_context context, hx509_verify_ctx ctx, unsigned int flags, const void *data, size_t length, const heim_octet_string *signedContent, hx509_certs pool, heim_oid *contentType, heim_octet_string *content, hx509_certs *signer_certs) argument
1551 hx509_cms_decrypt_encrypted(hx509_context context, hx509_lock lock, const void *data, size_t length, heim_oid *contentType, heim_octet_string *content) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_p12.c237 heim_oid contentType; local
240 memset(&contentType, 0, sizeof(contentType));
245 &contentType,
250 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
254 der_free_oid(&contentType);
265 heim_oid contentType; local
269 memset(&contentType, 0, sizeof(contentType));
279 &contentType,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_p12.c237 heim_oid contentType; local
240 memset(&contentType, 0, sizeof(contentType));
245 &contentType,
250 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
254 der_free_oid(&contentType);
265 heim_oid contentType; local
269 memset(&contentType, 0, sizeof(contentType));
279 &contentType,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx151 char contentType[1024]; local
152 DWORD bufSize = sizeof(contentType);
154 contentType[0] = 0;
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
159 getXMLCharset(contentType, charset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx151 char contentType[1024]; local
152 DWORD bufSize = sizeof(contentType);
154 contentType[0] = 0;
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
159 getXMLCharset(contentType, charset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx151 char contentType[1024]; local
152 DWORD bufSize = sizeof(contentType);
154 contentType[0] = 0;
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
159 getXMLCharset(contentType, charset);

Completed in 318 milliseconds

12345