Searched defs:Search (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c556 // Below is the scenario of Search command:
557 // 1. An Input Bar will be prompted : "Enter Search String:".
558 // IF user press ESC, Search command ends.
559 // IF user just press Enter, Search command ends.
565 // "Search String Not Found" will be prompted and Search command ends.
568 // IF user press ESC, Search command ends.
570 // IF user press 'n' or 'N', Search command ends.
571 // IF user press 'c' or 'C', Search command ends.
573 Status = InputBarSetPrompt (L"Enter Search Strin
692 CHAR16 *Search; local
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dstore.cpp140 RTCRSTORECERTSEARCH Search; local
142 rc = pThis->pProvider->pfnCertFindByIssuerAndSerialNo(pThis->pvProvider, pIssuer, pSerialNo, &Search);
144 rc = pThis->pProvider->pfnCertFindAll(pThis->pvProvider, &Search);
151 pCertCtx = pThis->pProvider->pfnCertSearchNext(pThis->pvProvider, &Search);
161 pThis->pProvider->pfnCertSearchDestroy(pThis->pvProvider, &Search);
309 RTCRSTORECERTSEARCH Search; local
310 rc = pThis->pProvider->pfnCertFindAll(pThis->pvProvider, &Search);
315 PCRTCRCERTCTX pCertCtx = pThis->pProvider->pfnCertSearchNext(pThis->pvProvider, &Search);
334 pThis->pProvider->pfnCertSearchDestroy(pThis->pvProvider, &Search);
362 RTCRSTORECERTSEARCH Search; local
[all...]
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp345 /* Search the kernel signing root store for a matching anchor. */
346 RTCRSTORECERTSEARCH Search; local
347 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(pState->hKernelRootStore, pSubject, &Search);
350 while ((pCertCtx = RTCrStoreCertSearchNext(pState->hKernelRootStore, &Search)) != NULL)
364 int rc2 = RTCrStoreCertSearchDestroy(pState->hKernelRootStore, &Search); AssertRC(rc2);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp879 nsPipeInputStream::Search(const char *forString, function in class:nsPipeInputStream
884 LOG(("III Search [for=%s ic=%u]\n", forString, ignoreCase));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp975 * Search the kernel signing root store for a matching anchor.
977 RTCRSTORECERTSEARCH Search; local
978 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(g_hNtKernelRootStore, pSubject, &Search);
982 while ((pCertCtx = RTCrStoreCertSearchNext(g_hNtKernelRootStore, &Search)) != NULL)
997 int rc2 = RTCrStoreCertSearchDestroy(g_hNtKernelRootStore, &Search); AssertRC(rc2);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h1141 UCHAR Search; member in struct:_UNWIND_HISTORY_TABLE
1463 UCHAR Search; member in struct:_UNWIND_HISTORY_TABLE
1671 BYTE Search; member in struct:_UNWIND_HISTORY_TABLE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1030 UCHAR Search; member in struct:_UNWIND_HISTORY_TABLE
1117 UCHAR Search; member in struct:_UNWIND_HISTORY_TABLE

Completed in 213 milliseconds