/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xs-native.cpp | 281 XMLNode::AttributeMap attributes; in parse() local 282 buffer.get_attributes(attributes); in parse() 290 if (found != attributes.end()) in parse() 302 XMLNode::AttributeMap attributes; in parse() local 303 buffer.get_attributes(attributes); in parse() 305 …StyleSheet stylesheet(attributes.get("href"), attributes.get("type"), !XS_icmp(attributes.get("alt… in parse() 306 stylesheet._title = attributes.get("title"); in parse() 307 stylesheet._media = attributes.get("media"); in parse() 342 XMLNode::AttributeMap attributes; in parse() local 343 buffer.get_attributes(attributes); in parse() [all …]
|
/reactos/base/services/nfsd/ |
H A D | name_cache.c | 441 if (entry->attributes) { in name_cache_unlink() 442 attr_cache_entry_deref(&cache->attributes, entry->attributes); in name_cache_unlink() 546 attr_cache_entry_ref(&cache->attributes, entry->attributes); in name_cache_entry_update() 555 attr_cache_entry_deref(&cache->attributes, entry->attributes); in name_cache_entry_update() 593 if (entry->attributes) { in name_cache_entry_invalidate() 1039 attributes = target->attributes; in nfs41_name_cache_delegreturn() 1042 attributes = attr_cache_search(&cache->attributes, fileid); in nfs41_name_cache_delegreturn() 1053 attr_cache_entry_deref(&cache->attributes, attributes); in nfs41_name_cache_delegreturn() 1099 if (target->attributes) in nfs41_name_cache_remove() 1116 attributes = attr_cache_search(&cache->attributes, fileid); in nfs41_name_cache_remove() [all …]
|
H A D | idmap.c | 91 char attributes[NUM_ATTRIBUTES][NAME_LEN]; member 622 const unsigned attributes, in idmap_query_attrs() argument 658 if (ATTR_ISSET(attributes, i)) { in idmap_query_attrs() 660 entry, config->attributes[i]); in idmap_query_attrs() 667 filter, config->attributes[i], in idmap_query_attrs() 685 const unsigned attributes = ATTR_FLAG(ATTR_USER_NAME) in idmap_lookup_user() local 704 attributes, optional, values, NUM_ATTRIBUTES); in idmap_lookup_user() 712 context->config.attributes[ATTR_USER_NAME], in idmap_lookup_user() 720 context->config.attributes[ATTR_PRINCIPAL], in idmap_lookup_user() 771 attributes, 0, values, NUM_ATTRIBUTES); in idmap_lookup_group() [all …]
|
/reactos/sdk/lib/ucrt/filesystem/ |
H A D | wchmod.cpp | 21 WIN32_FILE_ATTRIBUTE_DATA attributes; in _wchmod() local 22 if (!GetFileAttributesExW(path, GetFileExInfoStandard, &attributes)) in _wchmod() 31 attributes.dwFileAttributes &= ~FILE_ATTRIBUTE_READONLY; in _wchmod() 35 attributes.dwFileAttributes |= FILE_ATTRIBUTE_READONLY; in _wchmod() 38 if (!SetFileAttributesW(path, attributes.dwFileAttributes)) in _wchmod()
|
H A D | waccess.cpp | 22 WIN32_FILE_ATTRIBUTE_DATA attributes; in _waccess_s() local 23 if (!GetFileAttributesExW(path, GetFileExInfoStandard, &attributes)) in _waccess_s() 30 if (attributes.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in _waccess_s() 34 bool const file_is_read_only = (attributes.dwFileAttributes & FILE_ATTRIBUTE_READONLY) != 0; in _waccess_s()
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/general/ |
H A D | fxpkggeneral.cpp | 611 WDF_OBJECT_ATTRIBUTES attributes; in PostCreateDeviceInitialize() local 672 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in PostCreateDeviceInitialize() 857 WDF_OBJECT_ATTRIBUTES attributes; in OnCreate() local 896 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in OnCreate() 928 &attributes, in OnCreate() 958 if (0 == attributes.Size) { in OnCreate() 967 attributes.ParentObject = NULL; in OnCreate() 1056 attributes.ParentObject = NULL; in OnCreate() 1092 if (0 == attributes.Size) { in OnCreate() 1101 attributes.ParentObject = NULL; in OnCreate() [all …]
|
/reactos/dll/win32/msi/ |
H A D | upgrade.c | 42 static BOOL check_language(DWORD lang1, LPCWSTR lang2, DWORD attributes) in check_language() argument 51 if (attributes & msidbUpgradeAttributesLanguagesExclusive) in check_language() 119 DWORD index = 0, attributes = 0, sz = ARRAY_SIZE(product); in ITERATE_FindRelatedProducts() local 132 attributes = MSI_RecordGetInteger(rec,5); in ITERATE_FindRelatedProducts() 167 if (r < 0 || (r == 0 && !(attributes & msidbUpgradeAttributesVersionMinInclusive))) in ITERATE_FindRelatedProducts() 182 if (r > 0 || (r == 0 && !(attributes & msidbUpgradeAttributesVersionMaxInclusive))) in ITERATE_FindRelatedProducts() 196 if (!check_language(check, language, attributes)) in ITERATE_FindRelatedProducts()
|
H A D | dialog.c | 68 DWORD attributes; member 87 DWORD attributes; member 717 DWORD attributes; in dialog_add_control() local 723 attributes = MSI_RecordGetInteger( rec, 8 ); in dialog_add_control() 744 DWORD attributes; member 1295 UINT cx, cy, flags, style, attributes; in dialog_bitmap_control() local 1331 DWORD attributes; in dialog_icon_control() local 1549 DWORD attributes, style; in dialog_combo_control() local 1996 DWORD attributes, style; in dialog_progress_bar() local 2725 DWORD attributes, style; in dialog_list_box() local [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/ |
H A D | verifier.cpp | 78 WDF_OBJECT_ATTRIBUTES attributes; in AddEventHooksWdfDeviceCreate() local 107 &attributes, in AddEventHooksWdfDeviceCreate() 111 status = VfAllocateContext(DriverGlobals, &attributes, &contextHeader); in AddEventHooksWdfDeviceCreate() 184 &attributes, in AddEventHooksWdfDeviceCreate() 274 WDF_OBJECT_ATTRIBUTES attributes; in AddEventHooksWdfIoQueueCreate() local 299 WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&attributes, in AddEventHooksWdfIoQueueCreate() 302 status = VfAllocateContext(DriverGlobals, &attributes, &contextHeader); in AddEventHooksWdfIoQueueCreate() 370 &attributes, in AddEventHooksWdfIoQueueCreate()
|
/reactos/dll/win32/rpcrt4/ |
H A D | ndr_contexthandle.c | 35 ULONG attributes; member 113 wire_data->attributes = 0; in NDRCContextMarshall() 271 ndr->attributes = 0; in NDRSContextMarshall2() 337 if (!pBuff || (!context_ndr->attributes && in NDRSContextUnmarshall2() 343 if (context_ndr->attributes) in NDRSContextUnmarshall2() 345 ERR("non-null attributes 0x%x\n", context_ndr->attributes); in NDRSContextUnmarshall2()
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | pngconf.h | 287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args argument 300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument 302 PNG_LINKAGE_API attributes) 315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
|
/reactos/dll/win32/shell32/ |
H A D | shlfileop.cpp | 54 DWORD attributes; member 1198 file->attributes = wfd.dwFileAttributes; in parse_wildcard_files() 1200 if (IsAttribDir(file->attributes)) in parse_wildcard_files() 1266 if (IsAttribDir(file->attributes)) in parse_file_list() 1405 if (IsAttribFile(feFrom->attributes)) in copy_to_dir() 1495 IsAttribFile(fileDest->attributes)) in copy_files() 1534 IsAttribDir(fileDest->attributes)) in copy_files() 1614 if (fileEntry->attributes == (ULONG)-1) in delete_files() 1750 if (IsAttribFile(feFrom->attributes)) in move_to_dir() 1816 IsAttribDir(fileDest->attributes)) in move_files() [all …]
|
/reactos/modules/rostests/winetests/hid/ |
H A D | device.c | 37 HIDD_ATTRIBUTES attributes; in test_device_info() local 51 rc = HidD_GetAttributes(device, &attributes); in test_device_info() 53 …ok(attributes.Size == sizeof(attributes), "Unexpected HIDD_ATTRIBUTES size: %d\n", attributes.Size… in test_device_info() 54 …Device attributes: vid:%04x pid:%04x ver:%04x\n", attributes.VendorID, attributes.ProductID, attri… in test_device_info()
|
/reactos/modules/rostests/tests/copymove/ |
H A D | copymove.c | 41 CreateTestFile(LPCTSTR filename, DWORD attributes) in CreateTestFile() argument 70 if (! SetFileAttributes(filename, attributes)) { in CreateTestFile() 92 CheckTestFile(LPCTSTR filename, DWORD attributes) in CheckTestFile() argument 135 if (diskattr != attributes) { in CheckTestFile() 136 fprintf(stderr, "Attribute mismatch, expected 0x%08lx found 0x%08lx\n", attributes, diskattr); in CheckTestFile()
|
/reactos/.theia/ |
H A D | launch.json | 2 // Use IntelliSense to learn about possible attributes. 3 // Hover to view descriptions of existing attributes.
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/km/ |
H A D | fxusbpipekm.cpp | 94 WDF_OBJECT_ATTRIBUTES attributes; in Config() local 114 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in Config() 117 RtlCopyMemory(&attributes, in Config() 129 attributes.ParentObject = m_Lookaside->GetObjectHandle(); in Config() 131 status = m_Lookaside->Initialize(TotalBufferLength, &attributes); in Config()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/ |
H A D | fxusbpipeum.cpp | 81 WDF_OBJECT_ATTRIBUTES attributes; in Config() local 106 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in Config() 109 RtlCopyMemory(&attributes, in Config() 121 attributes.ParentObject = m_Lookaside->GetObjectHandle(); in Config() 123 status = m_Lookaside->Initialize(TotalBufferLength, &attributes); in Config()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.c | 102 WDF_OBJECT_ATTRIBUTES attributes; in DriverEntry() local 117 attributes.EvtCleanupCallback = DriverEvtCleanup; in DriverEntry() 123 &attributes, in DriverEntry() 268 WDF_OBJECT_ATTRIBUTES attributes; in DriverEvtDeviceAdd() local 407 &attributes); in DriverEvtDeviceAdd() 520 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in DriverEvtDeviceAdd() 524 &attributes, in DriverEvtDeviceAdd() 623 &attributes, in DriverEvtDeviceAdd() 702 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in DriverEvtDeviceAdd() 704 status = WdfWaitLockCreate(&attributes, in DriverEvtDeviceAdd() [all …]
|
H A D | init.c | 151 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local 156 WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&attributes, in _IRQL_requires_max_() 159 status = WdfRequestCreate(&attributes, in _IRQL_requires_max_() 477 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local 485 status = WdfRequestCreate(&attributes, in _IRQL_requires_max_() 497 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in _IRQL_requires_max_() 500 status = WdfMemoryCreatePreallocated(&attributes, in _IRQL_requires_max_() 535 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in _IRQL_requires_max_() 538 status = WdfSpinLockCreate(&attributes, in _IRQL_requires_max_() 579 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local [all …]
|
/reactos/dll/win32/msxml3/ |
H A D | saxreader.c | 324 } *attributes; member 1145 *url = This->attributes[index].szURI; in isaxattributes_getURI() 1183 *pQName = This->attributes[index].szQName; in isaxattributes_getQName() 1206 *uri = This->attributes[index].szURI; in isaxattributes_getName() 1210 *QName = This->attributes[index].szQName; in isaxattributes_getName() 1330 *value = This->attributes[index].szValue; in isaxattributes_getValue() 1482 locator->attributes = attrs; in SAXAttributes_populate() 1487 attrs = locator->attributes; in SAXAttributes_populate() 1610 const xmlChar **attributes) in libxmlStartElementNS() argument 2354 heap_free(This->attributes); in isaxlocator_Release() [all …]
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHGetAttributesFromDataObject.cpp | 124 SFGAOF attributes = dwDefaultAttributeMask; in test_AttributesRegistration() local 132 hr = spFolder->GetAttributesOf(1, &child, &attributes); in test_AttributesRegistration() 135 attributes &= dwDefaultAttributeMask; in test_AttributesRegistration() 156 ok_attributes(spDataObject, S_OK, dwDefaultAttributeMask, attributes, 1); in test_AttributesRegistration() 166 …ok_attributes(spDataObject, S_OK, dwDefaultAttributeMask | SFGAO_HASPROPSHEET, attributes | SFGAO_… in test_AttributesRegistration()
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfobject.h | 463 WDF_OBJECT_ATTRIBUTES attributes; \ 467 &attributes, \ 470 attributes.EvtCleanupCallback = EvtCleanupCallback; \ 471 attributes.EvtDestroyCallback = EvtDestroyCallback; \ 474 &attributes, \
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | TODO | 26 - listing all attributes in a node. 31 function to open a new element with given attributes, write character 88 or attributes. Otherwise XHTML validation directly ... 124 => attributes addressing troubles 125 => defaulted attributes handling 155 - support for HTML empty attributes like <hr noshade> 165 - Validity checking problems for NOTATIONS attributes 166 - Validity checking problems for ENTITY ENTITIES attributes 217 - maintain ID coherency when removing/changing attributes 218 The function used to deallocate attributes now check for it being an
|
/reactos/base/applications/cmdutils/xcopy/lang/ |
H A D | sr-SP.rc | 53 [/K] Copy file attributes, without this attributes are not preserved.\n\ 112 [/K] Copy file attributes, without this attributes are not preserved.\n\
|
/reactos/sdk/lib/crt/wine/ |
H A D | cxx.h | 201 unsigned int attributes; member 212 unsigned int attributes; member 233 unsigned int attributes; member 244 unsigned int attributes; member
|