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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp2692 } g_aPgmFormatTypes[] = variable in typeref:struct:__anon16827
2713 for (i = 0; RT_SUCCESS(rc) && i < RT_ELEMENTS(g_aPgmFormatTypes); i++)
2715 rc = RTStrFormatTypeRegister(g_aPgmFormatTypes[i].szType, g_aPgmFormatTypes[i].pfnHandler, NULL);
2720 RTStrFormatTypeDeregister(g_aPgmFormatTypes[i].szType);
2721 rc = RTStrFormatTypeRegister(g_aPgmFormatTypes[i].szType, g_aPgmFormatTypes[i].pfnHandler, NULL);
2727 RTStrFormatTypeDeregister(g_aPgmFormatTypes[i].szType);
2745 for (unsigned i = 0; i < RT_ELEMENTS(g_aPgmFormatTypes); i++)
2746 RTStrFormatTypeDeregister(g_aPgmFormatTypes[
[all...]

Completed in 40 milliseconds