Searched refs:phStrCache (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dstrcache.h40 * @param phStrCache Where to return the string cache handle.
43 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName);
/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 45 milliseconds