Searched refs:RTStrCacheCreate (Results 1 - 6 of 6) sorted by relevance
/vbox/include/iprt/ |
H A D | strcache.h | 43 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName);
|
H A D | mangling.h | 1424 # define RTStrCacheCreate RT_MANGLER(RTStrCacheCreate) macro
|
/vbox/src/VBox/Runtime/generic/ |
H A D | strcache-stubs-generic.cpp | 42 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) function 49 RT_EXPORT_SYMBOL(RTStrCacheCreate); variable
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTStrCache.cpp | 115 RTTESTI_CHECK_RC_RETV(RTStrCacheCreate(&hStrCache, "hash performance"), VINF_SUCCESS); 260 RTTESTI_CHECK_RC(rc = RTStrCacheCreate(&hStrCache, "test 2a"), VINF_SUCCESS); 267 RTTESTI_CHECK_RC(rc = RTStrCacheCreate(&hStrCache, "test 2b"), VINF_SUCCESS);
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strcache.cpp | 319 return RTStrCacheCreate(&g_hrtStrCacheDefault, "Default"); 323 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) function 353 RT_EXPORT_SYMBOL(RTStrCacheCreate); variable
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgmod.cpp | 274 rc = RTStrCacheCreate(&g_hDbgModStrCache, "RTDBGMOD");
|
Completed in 98 milliseconds