Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 180) sorted by relevance

12345678

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxs-native.cpp281 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 Dname_cache.c441 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 Didmap.c91 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 Dwchmod.cpp21 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 Dwaccess.cpp22 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 Dfxpkggeneral.cpp611 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 Dupgrade.c42 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 Ddialog.c68 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 Dverifier.cpp78 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 Dndr_contexthandle.c35 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 Dpngconf.h287 # 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 Dshlfileop.cpp54 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 Ddevice.c37 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 Dcopymove.c41 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 Dlaunch.json2 // 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 Dfxusbpipekm.cpp94 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 Dfxusbpipeum.cpp81 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 Dcdrom.c102 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 Dinit.c151 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 Dsaxreader.c324 } *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 DSHGetAttributesFromDataObject.cpp124 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 Dwdfobject.h463 WDF_OBJECT_ATTRIBUTES attributes; \
467 &attributes, \
470 attributes.EvtCleanupCallback = EvtCleanupCallback; \
471 attributes.EvtDestroyCallback = EvtDestroyCallback; \
474 &attributes, \
/reactos/sdk/lib/3rdparty/libxml2/
H A DTODO26 - 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 Dsr-SP.rc53 [/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 Dcxx.h201 unsigned int attributes; member
212 unsigned int attributes; member
233 unsigned int attributes; member
244 unsigned int attributes; member

12345678