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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp762 * @returns Pointer to the string cache entry, NULL + piFreeHashTabEntry if not
768 * @param piFreeHashTabEntry Where to store the index insertion index if NULL
774 uint32_t *piFreeHashTabEntry, uint32_t *pcCollisions)
776 *piFreeHashTabEntry = UINT32_MAX;
789 if (*piFreeHashTabEntry == UINT32_MAX)
790 *piFreeHashTabEntry = iHash;
815 if (*piFreeHashTabEntry == UINT32_MAX)
819 else if (*piFreeHashTabEntry == UINT32_MAX)
820 *piFreeHashTabEntry = iHash;
773 rtStrCacheLookUp(PRTSTRCACHEINT pThis, uint32_t uHashLen, uint32_t cchString, const char *pchString, uint32_t *piFreeHashTabEntry, uint32_t *pcCollisions) argument

Completed in 69 milliseconds