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

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp94 typedef struct MYSET struct
106 } MYSET; typedef in typeref:struct:MYSET
108 typedef MYSET *PMYSET;
185 * Creates a MYSET with copies of all the data and inserts it into the
278 RTListForEach(&g_SetList, pSet, MYSET, ListEntry)
336 * Creates a MYSET with copies of all the data and inserts it into the
350 s_cbNeeded = RT_OFFSETOF(MYSET, aStructs[RT_ELEMENTS(g_aStructs)]);
382 RTListForEach(&g_SetList, pInsertBefore, MYSET, ListEntry)

Completed in 45 milliseconds