/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | nanohttp.c | 425 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType); in xmlNanoHTTPFreeCtxt() 1229 if (contentType != NULL) *contentType = NULL; in xmlNanoHTTPOpen() 1249 if (contentType != NULL) *contentType = NULL; in xmlNanoHTTPOpenRedir() 1413 if (contentType && *contentType) in xmlNanoHTTPMethodRedir() 1468 if (contentType != NULL && *contentType) in xmlNanoHTTPMethodRedir() 1559 *contentType = xmlMemStrdup(ctxt->contentType); in xmlNanoHTTPMethodRedir() 1561 *contentType = NULL; in xmlNanoHTTPMethodRedir() 1642 if ((contentType != NULL) && (*contentType != NULL)) { in xmlNanoHTTPFetch() 1644 *contentType = NULL; in xmlNanoHTTPFetch() 1862 char *contentType = NULL; in main() local [all …]
|
H A D | xmlschemas.c | 272 (item->contentType == XML_SCHEMA_CONTENT_MIXED) 4523 switch (type->contentType) { in xmlSchemaTypeDump() 9301 type->contentType = XML_SCHEMA_CONTENT_SIMPLE; in xmlSchemaParseSimpleType() 9329 type->contentType = XML_SCHEMA_CONTENT_SIMPLE; in xmlSchemaParseSimpleType() 12387 type->contentType = XML_SCHEMA_CONTENT_EMPTY; in xmlSchemaParseComplexType() 16432 if ((type->contentType != base->contentType) || in xmlSchemaCheckCOSCTExtends() 18142 switch (type->contentType) { in xmlSchemaDebugFixedType() 18544 type->contentType = baseType->contentType; in xmlSchemaFixupComplexType() 26796 switch (ptype->contentType) { in xmlSchemaValidateChildElem() 26972 if (vctxt->inode->typeDef->contentType == in xmlSchemaVPushText() [all …]
|
H A D | xmlschemastypes.c | 276 ret->contentType = XML_SCHEMA_CONTENT_BASIC; in xmlSchemaInitBasicType() 406 xmlSchemaTypeAnyTypeDef->contentType = XML_SCHEMA_CONTENT_MIXED; in xmlSchemaInitTypes() 410 xmlSchemaTypeAnyTypeDef->contentType = XML_SCHEMA_CONTENT_MIXED; in xmlSchemaInitTypes()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | nanohttp.h | 30 char **contentType); 35 char **contentType, 42 char **contentType, 48 char **contentType); 51 char **contentType,
|
H A D | schemasInternals.h | 617 xmlSchemaContentType contentType; member 790 xmlSchemaContentType contentType; member
|
/reactos/dll/shellext/ntobjshex/ |
H A D | regfolder.cpp | 225 return MakeVariantString(pv, RegistryTypeNames[info->contentType]); in GetDetailsEx() 303 return MakeStrRetFromString(RegistryTypeNames[info->contentType], &(psd->str)); in GetDetailsOf() 495 HRESULT CRegistryFolder::FormatValueData(DWORD contentType, PVOID td, DWORD contentsLength, PCWSTR … in FormatValueData() argument 497 switch (contentType) in FormatValueData() 594 StringCbPrintfW(strValue, bufferLength, strFormat, contentType); in FormatValueData() 609 return FormatValueData(info->contentType, td, info->contentsLength, strContents); in FormatContentsForDisplay() 629 hr = FormatValueData(info->contentType, valueData, valueLength, strContents); in FormatContentsForDisplay()
|
H A D | ntobjenum.h | 73 DWORD contentType; member
|
H A D | regfolder.h | 109 … HRESULT FormatValueData(DWORD contentType, PVOID td, DWORD contentsLength, PCWSTR * strContents);
|
H A D | ntobjfolder.h | 113 … HRESULT FormatValueData(DWORD contentType, PVOID td, DWORD contentsLength, PCWSTR * strContents);
|
H A D | ntobjenum.cpp | 441 entry->contentType = type; in NextValue()
|
/reactos/dll/win32/shell32/ |
H A D | CQueryAssociations.cpp | 335 WCHAR *contentType = static_cast<WCHAR *>(HeapAlloc(GetProcessHeap(), 0, size)); in GetString() local 336 if (contentType != NULL) in GetString() 338 …t = RegGetValueW(this->hkeySource, NULL, L"Content Type", RRF_RT_REG_SZ, NULL, contentType, &size); in GetString() 341 … hr = this->ReturnString(flags, pszOut, pcchOut, contentType, strlenW(contentType) + 1); in GetString() 347 HeapFree(GetProcessHeap(), 0, contentType); in GetString()
|
/reactos/dll/win32/crypt32/ |
H A D | filestore.c | 333 DWORD contentType; in CRYPT_FileNameOpenStoreW() local 342 CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, &contentType, NULL, in CRYPT_FileNameOpenStoreW() 346 if (contentType == CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED) in CRYPT_FileNameOpenStoreW()
|
H A D | object.c | 69 DWORD *contentType, const void **ppvContext) in CRYPT_QueryContextBlob() argument 77 if (ret && contentType) in CRYPT_QueryContextBlob() 78 *contentType = CERT_QUERY_CONTENT_CERT; in CRYPT_QueryContextBlob() 84 if (ret && contentType) in CRYPT_QueryContextBlob() 85 *contentType = CERT_QUERY_CONTENT_CRL; in CRYPT_QueryContextBlob() 91 if (ret && contentType) in CRYPT_QueryContextBlob() 92 *contentType = CERT_QUERY_CONTENT_CTL; in CRYPT_QueryContextBlob() 223 DWORD contentType, certStoreOffset; in CRYPT_QuerySerializedContextObject() local 242 contentType = CERT_QUERY_CONTENT_SERIALIZED_CRL; in CRYPT_QuerySerializedContextObject() 254 contentType = CERT_QUERY_CONTENT_SERIALIZED_CTL; in CRYPT_QuerySerializedContextObject() [all …]
|
H A D | crypt32_private.h | 89 LPSTR contentType; member
|
H A D | decode.c | 5927 contentType), CRYPT_AsnDecodeOidInternal, sizeof(LPSTR), in CRYPT_AsnDecodeEncryptedContentInfo() 5929 contentType), 0 }, in CRYPT_AsnDecodeEncryptedContentInfo() 5946 pcbDecoded, info ? info->contentType : NULL); in CRYPT_AsnDecodeEncryptedContentInfo() 5966 offsetof(CRYPT_ENVELOPED_DATA, encryptedContentInfo.contentType), 0 }, in CRYPT_AsnDecodePKCSEnvelopedData()
|
H A D | msg.c | 1086 char contentType[] = szOID_RSA_contentType; in CSignedMsgData_UpdateAuthenticatedAttributes() local 1087 CRYPT_ATTRIBUTE contentTypeAttr = { contentType, 1, &content }; in CSignedMsgData_UpdateAuthenticatedAttributes()
|
H A D | encode.c | 4408 { info->contentType, CRYPT_AsnEncodeOid, 0 }, in CRYPT_AsnEncodeEncryptedContentInfo()
|
/reactos/dll/win32/cryptnet/ |
H A D | cryptnet_main.c | 1366 DWORD contentType, expectedContentTypes = in CRYPT_CreateAny() local 1377 CERT_QUERY_FORMAT_FLAG_BINARY, 0, NULL, &contentType, NULL, in CRYPT_CreateAny() 1380 switch (contentType) in CRYPT_CreateAny()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 4795 DWORD contentType = 0, expectedContentTypeFlags; in open_store_from_file() local 4832 &contentType, NULL, &store, NULL, NULL); in open_store_from_file() 4834 *pContentType = contentType; in open_store_from_file() 4861 DWORD contentType; member 4989 &data->contentType); in import_validate_filename() 5288 switch (data->contentType) in show_import_details() 5500 data.contentType = CERT_QUERY_CONTENT_CERT; in show_import_ui() 5503 data.contentType = CERT_QUERY_CONTENT_CRL; in show_import_ui() 5506 data.contentType = CERT_QUERY_CONTENT_CTL; in show_import_ui() 5509 data.contentType = CERT_QUERY_CONTENT_SERIALIZED_STORE; in show_import_ui()
|
/reactos/dll/win32/msxml4/ |
H A D | msxml4_tlb.idl | 2970 HRESULT contentType( 2971 [out,retval] SCHEMACONTENTTYPE* contentType);
|
/reactos/sdk/include/psdk/ |
H A D | msxml6.idl | 3031 HRESULT contentType( 3032 [out,retval] SCHEMACONTENTTYPE* contentType);
|
H A D | msxml2.idl | 3171 HRESULT contentType( 3172 [out,retval] SCHEMACONTENTTYPE* contentType);
|