Home
last modified time | relevance | path

Searched refs:heref (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddict.c1013 dictEntry *he, **heref; in dictFindEntryRefByPtrAndHash() local
1019 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()