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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp296 typedef RTSTRCACHEINT *PRTSTRCACHEINT; typedef
326 PRTSTRCACHEINT pThis = (PRTSTRCACHEINT)RTMemAllocZ(sizeof(*pThis));
362 PRTSTRCACHEINT pThis = hStrCache;
419 static void rtStrCacheCheck(PRTSTRCACHEINT pThis)
448 static uint32_t rtStrCacheFindEmptyHashTabEntry(PRTSTRCACHEINT pThis, uint32_t uHashLen)
469 static int rtStrCacheGrowHashTab(PRTSTRCACHEINT pThis)
518 static void rtStrCacheRelinkMerged(PRTSTRCACHEINT pThis, PRTSTRCACHEFREEMERGE pFree)
545 static PRTSTRCACHEENTRY rtStrCacheAllocMergedEntry(PRTSTRCACHEINT pThis, uint32_t uHash,
660 static PRTSTRCACHEENTRY rtStrCacheAllocHeapEntry(PRTSTRCACHEINT pThi
[all...]

Completed in 46 milliseconds