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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp919 * @param pcchLeft Pointer to the cchLeft variable.
922 static void pdmR3CritSectAppendNameToList(char const *pszName, char **ppszNames, size_t *pcchLeft, bool fFirst) argument
924 size_t cchLeft = *pcchLeft;
964 *pcchLeft = cchLeft;

Completed in 51 milliseconds