Searched refs:heref (Results 1 – 1 of 1) sorted by relevance
1013 dictEntry *he, **heref; in dictFindEntryRefByPtrAndHash() local1019 heref = &d->ht[table].table[idx]; in dictFindEntryRefByPtrAndHash()1020 he = *heref; in dictFindEntryRefByPtrAndHash()1023 return heref; in dictFindEntryRefByPtrAndHash()1024 heref = &he->next; in dictFindEntryRefByPtrAndHash()1025 he = *heref; in dictFindEntryRefByPtrAndHash()