/reactos/base/services/eventlog/ |
H A D | rpc.c | 588 USHORT NumStrings, in ElfrIntReportEventW() argument 616 for (i = 0; i < NumStrings; i++) in ElfrIntReportEventW() 659 for (i = 0; i < NumStrings; i++) in ElfrIntReportEventW() 730 USHORT NumStrings, in ElfrReportEventW() argument 747 NumStrings, in ElfrReportEventW() 998 USHORT NumStrings, in ElfrReportEventA() argument 1016 for (i = 0; i < NumStrings; i++) in ElfrReportEventA() 1035 if (NumStrings != 0) in ElfrReportEventA() 1046 for (i = 0; i < NumStrings; i++) in ElfrReportEventA() 1090 for (i = 0; i < NumStrings; i++) in ElfrReportEventA() [all …]
|
H A D | eventlog.c | 592 DbgPrint("NumStrings = %hu\n", pRec->NumStrings); in PRINT_RECORD() 608 if (pRec->StringOffset < pRec->Length && pRec->NumStrings) in PRINT_RECORD() 612 for (i = 0; i < pRec->NumStrings; i++) in PRINT_RECORD()
|
H A D | file.c | 612 Dst->NumStrings = Src->NumStrings; in ReadRecord() 667 for (i = 0; i < Dst->NumStrings; i++) in ReadRecord() 1014 pRec->NumStrings = wNumStrings; in LogfAllocAndBuildNewRecord()
|
/reactos/sdk/include/reactos/idl/ |
H A D | eventlogrpc.idl | 145 [in, range(0, MAX_STRINGS)] USHORT NumStrings, 149 [in, size_is(NumStrings), unique] PRPC_UNICODE_STRING Strings[*], 222 [in, range(0, MAX_STRINGS)] USHORT NumStrings, 226 [in, size_is(NumStrings), unique] PRPC_STRING Strings[*], 276 [in, range(0, MAX_STRINGS)] USHORT NumStrings, 280 [in, size_is(NumStrings), unique] PRPC_UNICODE_STRING Strings[*],
|
/reactos/dll/win32/kernel32/client/ |
H A D | vdm.c | 116 ULONG NumStrings = 5; in BaseCheckVDM() local 392 NumStrings++; in BaseCheckVDM() 406 NumStrings++; in BaseCheckVDM() 420 NumStrings++; in BaseCheckVDM() 1429 ULONG NumStrings = 0; in GetNextVDMCommand() local 1505 if (CommandData->CmdLen) NumStrings++; in GetNextVDMCommand() 1506 if (CommandData->AppLen) NumStrings++; in GetNextVDMCommand() 1507 if (CommandData->PifLen) NumStrings++; in GetNextVDMCommand() 1509 if (CommandData->EnvLen) NumStrings++; in GetNextVDMCommand() 1510 if (CommandData->DesktopLen) NumStrings++; in GetNextVDMCommand() [all …]
|
/reactos/sdk/include/reactos/ |
H A D | undocelfapi.h | 139 IN USHORT NumStrings, 155 IN USHORT NumStrings, 174 IN USHORT NumStrings,
|
/reactos/drivers/network/ndis/ndis/ |
H A D | main.c | 108 IN USHORT NumStrings, in NdisWriteEventLogEntry() argument
|
/reactos/dll/win32/advapi32/service/ |
H A D | eventlog.c | 1328 IN USHORT NumStrings, in ElfReportEventA() argument 1357 NumStrings, in ElfReportEventA() 1467 IN USHORT NumStrings, in ElfReportEventW() argument 1496 NumStrings, in ElfReportEventW() 1594 IN USHORT NumStrings, in ElfReportEventAndSourceW() argument 1612 NumStrings, in ElfReportEventAndSourceW()
|
/reactos/sdk/lib/evtlib/ |
H A D | evtlib.h | 99 USHORT NumStrings; /* Number of strings in the 'Strings' array */ member
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | eventlog.c | 957 ok(record->NumStrings == read_write[i].evt_numstrings, in test_readwrite() 958 "Expected %d, got %d\n", read_write[i].evt_numstrings, record->NumStrings); in test_readwrite() 1000 for (k = 0; k < record->NumStrings; k++) in test_readwrite()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 1662 szArguments = HeapAlloc(GetProcessHeap(), 0, pevlr->NumStrings * sizeof(LPVOID)); in GetEventMessage() 1691 for (i = 0; i < pevlr->NumStrings; i++) in GetEventMessage() 1699 for (i = 0; i < pevlr->NumStrings; i++) in GetEventMessage() 1758 for (i = 0; i < pevlr->NumStrings; i++) in GetEventMessage()
|
/reactos/sdk/include/xdk/ |
H A D | winnt_old.h | 2877 WORD NumStrings; /* Number of strings in the 'Strings' array */ member
|
/reactos/sdk/include/ddk/ |
H A D | ndis.h | 4753 _In_ USHORT NumStrings,
|