Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc128 db_index_entry_p np, next_np, *hp; in relocate() local
130 for (np = this; np != NULL; np = next_np) { in relocate()
131 next_np = np->next; in relocate()
H A Ddb_dictionary.cc229 db_table_desc_p np, next_np, *hp; in relocate_bucket() local
231 for (np = bucket; np != NULL; np = next_np) { in relocate_bucket()
232 next_np = np->next; in relocate_bucket()
846 db_table_desc *bucket, *np, *clone, *next_np; in massage_dict() local
883 next_np = np->next; in massage_dict()
918 np = next_np; in massage_dict()