Home
last modified time | relevance | path

Searched refs:typeName (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/storage/port/scsiport/
H A Dregistry.c427 PWCHAR typeName = (PWCHAR)GetPeripheralTypeW(&LunExtension->InquiryData); in RegistryInitLunKey() local
428 DPRINT(" Type = '%S'\n", typeName); in RegistryInitLunKey()
434 typeName, in RegistryInitLunKey()
435 (wcslen(typeName) + 1) * sizeof(WCHAR)); in RegistryInitLunKey()
/reactos/dll/shellext/ntobjshex/
H A Dntobjenum.cpp88 LPCWSTR typeName = ObjectTypeNames[i]; in MapTypeNameToType() local
89 if (!StrCmpNW(typeName, TypeName, cbTypeName / sizeof(WCHAR))) in MapTypeNameToType()
616 entryBufferLength += FIELD_OFFSET(NtPidlTypeData, typeName) + sizeof(WCHAR); in EnumerateNext()
653 … DWORD remainingSpace = entryBufferLength - ((PBYTE) (typedata->typeName) - (PBYTE) entry); in EnumerateNext()
658 … StringCbCopyNW(typedata->typeName, remainingSpace, info->TypeName.Buffer, info->TypeName.Length); in EnumerateNext()
665 typedata->typeName[0] = 0; in EnumerateNext()
H A Dntobjenum.h46 WCHAR typeName[ANYSIZE_ARRAY]; member
H A Dntobjfolder.cpp275 return MakeVariantString(pv, td->typeName); in GetDetailsEx()
346 MakeStrRetFromString(td->typeName, td->typeNameLength, &(psd->str)); in GetDetailsOf()
/reactos/modules/rostests/winetests/advapi32/
H A Dcrypt.c678 LPSTR typeName = NULL; in test_enum_provider_types() local
698 result = pCryptEnumProviderTypesA(index, &notNull, 0, &provType, typeName, &typeNameSize); in test_enum_provider_types()
703 result = pCryptEnumProviderTypesA(index, NULL, notZeroFlags, &provType, typeName, &typeNameSize); in test_enum_provider_types()
714 if (!(typeName = LocalAlloc(LMEM_ZEROINIT, typeNameSize))) in test_enum_provider_types()
718 result = pCryptEnumProviderTypesA(index, NULL, 0, &provType, typeName, &typeNameSize); in test_enum_provider_types()
722 LocalFree(typeName); in test_enum_provider_types()
744 if (!(typeName = LocalAlloc(LMEM_ZEROINIT, typeNameSize))) in test_enum_provider_types()
748 result = pCryptEnumProviderTypesA(index, NULL, 0, &provType, typeName, &typeNameSize); in test_enum_provider_types()
752 ok(!strcmp(pszTypeName, typeName), "expected %s, got %s\n", pszTypeName, typeName); in test_enum_provider_types()
755 LocalFree(typeName); in test_enum_provider_types()
/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h255 const xmlChar *typeName; /* the local name of the type definition */ member
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c7402 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7560 if (WXS_ATTRUSE_DECL(use)->typeName != NULL) { in xmlSchemaParseLocalAttribute()
7670 node, "type", &ret->typeNs, &ret->typeName); in xmlSchemaParseGlobalAttribute()
7703 if (ret->typeName != NULL) { in xmlSchemaParseGlobalAttribute()
20459 if (item->typeName != NULL) { in xmlSchemaResolveAttrTypeReferences()
20462 type = xmlSchemaGetType(ctxt->schema, item->typeName, in xmlSchemaResolveAttrTypeReferences()
20468 "type", item->typeName, item->typeNs, in xmlSchemaResolveAttrTypeReferences()