Home
last modified time | relevance | path

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

/dports/games/ensemblist/ensemblist-040126/
H A Dhash.c129 unsigned *eptr_location, eptr, old_next; in gltv_hash_put() local
131 eptr_location = &h->lines[line].first; in gltv_hash_put()
132 while ( (eptr = *eptr_location) !=0) { in gltv_hash_put()
139 eptr_location = &h->entries[eptr].next; in gltv_hash_put()
176 old_next = *eptr_location; in gltv_hash_put()
177 *eptr_location = eptr; in gltv_hash_put()
248 unsigned *eptr_location; in gltv_hash_compact() local
253 eptr_location = &h->lines[line].first; in gltv_hash_compact()
255 eptr_location = &h->entries[eptr].next; in gltv_hash_compact()
256 eptr = *eptr_location; in gltv_hash_compact()
[all …]