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

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp958 static struct { const char *psz; size_t cch; } const s_aNames[] = local
966 if ( cchName == s_aNames[0].cch
971 int i = RT_ELEMENTS(s_aNames);
973 if ( s_aNames[i].cch == cchName
974 && !RTStrICmp(s_aNames[i].psz, pszName))

Completed in 46 milliseconds