Lines Matching refs:pEntry
745 Tcl_HashEntry *pEntry; in test_memdebug_callback() local
757 pEntry = Tcl_CreateHashEntry(&aMallocLog, (const char *)aKey, &isNew); in test_memdebug_callback()
761 Tcl_SetHashValue(pEntry, (ClientData)pLog); in test_memdebug_callback()
763 pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_callback()
774 Tcl_HashEntry *pEntry; in test_memdebug_log_clear() local
776 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log_clear()
777 pEntry; in test_memdebug_log_clear()
778 pEntry=Tcl_NextHashEntry(&search) in test_memdebug_log_clear()
780 MallocLog *pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_log_clear()
827 Tcl_HashEntry *pEntry; in test_memdebug_log() local
833 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log()
834 pEntry; in test_memdebug_log()
835 pEntry=Tcl_NextHashEntry(&search) in test_memdebug_log()
838 MallocLog *pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_log()
839 Tcl_WideInt *aKey = (Tcl_WideInt *)Tcl_GetHashKey(&aMallocLog, pEntry); in test_memdebug_log()