Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc130 db_index_entry_p np, next_np, *hp; in relocate() local
132 for (np = this; np != NULL; np = next_np) { in relocate()
133 next_np = np->next; in relocate()
H A Ddb_dictionary.cc226 db_table_desc_p np, next_np, *hp; in relocate_bucket() local
228 for (np = bucket; np != NULL; np = next_np) { in relocate_bucket()
229 next_np = np->next; in relocate_bucket()
845 db_table_desc *bucket, *np, *clone, *next_np; in massage_dict() local
882 next_np = np->next; in massage_dict()
917 np = next_np; in massage_dict()