Home
last modified time | relevance | path

Searched refs:cbNeeded (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp650 DWORD cbNeeded; in GetModuleListPSAPI() local
679 if (!pEPM(hProcess, hMods, TTBUFLEN, &cbNeeded)) in GetModuleListPSAPI()
685 if (cbNeeded > TTBUFLEN) in GetModuleListPSAPI()
691 for (i = 0; i < cbNeeded / sizeof(hMods[0]); i++) in GetModuleListPSAPI()