Searched refs:tbl_ent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1053 db_table_desc tbl_ent; local
1067 tbl_ent.table_name = tbl->table_name;
1068 tbl_ent.hashval = tbl->hashval;
1069 tbl_ent.scheme = tbl->scheme;
1070 tbl_ent.database = tbl->database;
1071 tbl_ent.next = NULL;
1073 retval = db_clone_bucket(&tbl_ent, &clone);

Completed in 18 milliseconds