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

/vbox/src/VBox/Runtime/generic/
H A Dstrcache-stubs-generic.cpp42 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) argument
47 return RTMemPoolCreate((PRTMEMPOOL)phStrCache, pszName);
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp323 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) argument
344 *phStrCache = pThis;

Completed in 46 milliseconds