Home
last modified time | relevance | path

Searched refs:pRecord (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/cpl/sysdm/
H A Dstartrec.c111 PBOOTRECORD pRecord; in ReadFreeldrSection() local
127 if (pRecord == NULL) in ReadFreeldrSection()
159 pRecord->BootType = 1; in ReadFreeldrSection()
179 return pRecord; in ReadFreeldrSection()
187 PBOOTRECORD pRecord; in LoadFreeldrSettings() local
264 if (pRecord) in LoadFreeldrSettings()
312 PBOOTRECORD pRecord; in LoadBootSettings() local
392 if (pRecord) in LoadBootSettings()
394 pRecord->BootType = 0; in LoadBootSettings()
442 PBOOTRECORD pRecord; in DeleteBootRecords() local
[all …]
/reactos/drivers/filesystems/ntfs/
H A Dmft.c54 if(!Context->pRecord) in PrepareAttributeContext()
69 …PUCHAR DataRun = (PUCHAR)((ULONG_PTR)Context->pRecord + Context->pRecord->NonResident.MappingPairs… in PrepareAttributeContext()
106 if (Context->pRecord) in ReleaseAttributeContext()
108 if (Context->pRecord->IsNonResident) in ReleaseAttributeContext()
576 if (!AttrContext->pRecord) in InternalSetResidentAttributeLength()
911 … ULONG MaxValueLength = AttrContext->pRecord->Length - AttrContext->pRecord->Resident.ValueOffset; in SetResidentAttributeDataLength()
1084 if (!Context->pRecord->IsNonResident) in ReadAttribute()
1259 if (Context->pRecord->IsNonResident) in ReadAttribute()
1378 (PCWSTR)((ULONG_PTR)Context->pRecord + Context->pRecord->NameOffset), in WriteAttribute()
1412 RtlCopyMemory((PVOID)Context->pRecord, Destination, Context->pRecord->Length); in WriteAttribute()
[all …]
H A Dattrib.c615 if (!AttrContext->pRecord->IsNonResident) in AddRun()
618 if (AttrContext->pRecord->NonResident.AllocatedSize != 0) in AddRun()
650 …DataRunMaxLength = AttrContext->pRecord->Length - AttrContext->pRecord->NonResident.MappingPairsOf… in AddRun()
696 RtlCopyMemory(NewRecord, AttrContext->pRecord, AttrContext->pRecord->Length); in AddRun()
700 ExFreePoolWithTag(AttrContext->pRecord, TAG_NTFS); in AddRun()
703 AttrContext->pRecord = NewRecord; in AddRun()
725 …RtlCopyMemory((PVOID)((ULONG_PTR)AttrContext->pRecord + AttrContext->pRecord->NonResident.MappingP… in AddRun()
1080 if (!AttrContext->pRecord->IsNonResident) in FreeClusters()
1109 BitmapDataSize = AttributeDataLength(DataContext->pRecord); in FreeClusters()
1147 …AttrContext->pRecord->NonResident.HighestVCN = min(AttrContext->pRecord->NonResident.HighestVCN, A… in FreeClusters()
[all …]
H A Drw.c136 StreamSize = AttributeDataLength(DataContext->pRecord); in NtfsReadFile()
159 … RealLength + DeviceExt->NtfsInfo.BytesPerSector <= AttributeAllocatedLength(DataContext->pRecord)) in NtfsReadFile()
423 StreamSize = AttributeDataLength(DataContext->pRecord); in NtfsWriteFile()
452 AllocationSize = AttributeAllocatedLength(DataContext->pRecord); in NtfsWriteFile()
H A Dvolinfo.c70 BitmapDataSize = AttributeDataLength(DataContext->pRecord); in NtfsGetFreeClusters()
143 BitmapDataSize = AttributeDataLength(DataContext->pRecord); in NtfsAllocateClusters()
H A Dfsctl.c348 if (NT_SUCCESS(Status) && AttrCtxt->pRecord->Resident.ValueLength != 0) in NtfsGetVolumeData()
350 Attribute = AttrCtxt->pRecord; in NtfsGetVolumeData()
390 if (NT_SUCCESS(Status) && AttrCtxt->pRecord->Resident.ValueLength != 0) in NtfsGetVolumeData()
392 Attribute = AttrCtxt->pRecord; in NtfsGetVolumeData()
H A Dbtree.c44 ULONGLONG BufferSize = AttributeDataLength(IndexAllocationContext->pRecord); in PrintAllVCNs()
144 IndexAllocationLength = AttributeDataLength(IndexAllocationCtx->pRecord); in AllocateIndexNode()
161 BitmapLength = AttributeDataLength(BitmapCtx->pRecord); in AllocateIndexNode()
202 if (BitmapCtx->pRecord->IsNonResident) in AllocateIndexNode()
731 …BUTE, Header) + IndexRoot->Header.TotalSizeOfEntries > IndexRootContext->pRecord->Resident.ValueLe… in CreateBTreeFromIndex()
H A Dfinfo.c636 CurrentFileSize.QuadPart = AttributeDataLength(DataContext->pRecord); in NtfsSetEndOfFile()
678 AllocationSize = AttributeAllocatedLength(DataContext->pRecord); in NtfsSetEndOfFile()
H A Ddirctl.c52 Size = AttributeDataLength(DataContext->pRecord); in NtfsGetFileSize()
53 Allocated = AttributeAllocatedLength(DataContext->pRecord); in NtfsGetFileSize()
H A Dfcb.c767 AttrLength = AttributeDataLength(AttrCtxt->pRecord); in NtfsReadFCBAttribute()
H A Dntfs.h505 PNTFS_ATTR_RECORD pRecord; member
/reactos/dll/win32/dnsapi/
H A Dquery.c66 PDNS_RECORDW pRecord = NULL; in CreateRecordForIpAddress() local
75 if (pRecord == NULL) in CreateRecordForIpAddress()
81 if (pRecord == NULL) in CreateRecordForIpAddress()
87 wcscpy(pRecord->pName, Name); in CreateRecordForIpAddress()
88 pRecord->wType = DNS_TYPE_A; in CreateRecordForIpAddress()
96 return pRecord; in CreateRecordForIpAddress()
106 if (pRecord == NULL) in CreateRecordForIpAddress()
112 if (pRecord == NULL) in CreateRecordForIpAddress()
129 return pRecord; in CreateRecordForIpAddress()
477 PDNS_RECORDW pRecord = NULL; in DnsQuery_W() local
[all …]
/reactos/dll/win32/shell32/shellrecyclebin/
H A Drecyclebin_v5.cpp459 DELETED_FILE_RECORD *pRecord, *pLast; in Delete() local
479 pRecord = (DELETED_FILE_RECORD *)(pHeader + 1); in Delete()
482 if (pRecord->dwRecordUniqueId == pDeletedFile->dwRecordUniqueId) in Delete()
492 MoveMemory(pRecord, pRecord + 1, (dwEntries - i - 1) * sizeof(DELETED_FILE_RECORD)); in Delete()
493 pLast = pRecord + (dwEntries - i - 1); in Delete()
506 pRecord++; in Delete()
518 DELETED_FILE_RECORD *pRecord, *pLast; in Restore() local
539 pRecord = (DELETED_FILE_RECORD *)(pHeader + 1); in Restore()
553 MoveMemory(pRecord, pRecord + 1, (dwEntries - i - 1) * sizeof(DELETED_FILE_RECORD)); in Restore()
554 pLast = pRecord + (dwEntries - i - 1); in Restore()
[all …]
/reactos/modules/rostests/winetests/msi/
H A Dautomation.c790 *pRecord = V_DISPATCH(&varresult); in Installer_CreateRecord()
1282 V_DISPATCH(&vararg[0]) = pRecord; in View_Execute()
1307 V_DISPATCH(&vararg[0]) = pRecord; in View_Modify()
1308 if (pRecord) in View_Modify()
1628 IDispatch *pRecord = NULL; in test_Database() local
1639 if (pRecord) in test_Database()
1684 IDispatch_Release(pRecord); in test_Database()
1691 if (pRecord) in test_Database()
1706 if (pRecord) in test_Database()
2477 if (pRecord) in test_Installer()
[all …]
/reactos/sdk/include/psdk/
H A Dws2bth.h158 UCHAR pRecord[1]; member
H A Dwindns.h787 _In_ PDNS_RECORD pRecord,
H A Doaidl.idl237 [size_is(clSize)] byte *pRecord;
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h414 struct _EXCEPTION_RECORD* pRecord,