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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c667 GLboolean crHashtableGetDataKey(CRHashTable *pHash, void *pData, unsigned long *pKey) argument
673 if (!pHash)
677 crLockMutex(&pHash->mutex);
681 entry = pHash->buckets[i];
694 crUnlockMutex(&pHash->mutex);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c1421 static int32_t crStateSaveKeys(CRHashTable *pHash, PSSMHANDLE pSSM) argument
1423 crHashtableWalkKeys(pHash, crStateSaveKeysCB , pSSM);
1429 static int32_t crStateLoadKeys(CRHashTable *pHash, PSSMHANDLE pSSM, uint32_t u32Version) argument
1450 GLboolean fIsNew = crHashtableAllocRegisterKey(pHash, i);
H A Ddump.cpp133 void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey) argument
138 crHashtableWalk(pHash, crDmpHashtableSearchByHwidCB, &Data);

Completed in 84 milliseconds