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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x167 % int db_clone_bucket (db_table_desc *, db_table_desc_p *);
H A Ddb_dictionary.cc634 db_dictionary::db_clone_bucket(db_table_desc *bucket, db_table_desc **clone) function in class:db_dictionary
640 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_clone_bucket");
683 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_clone_bucket");
880 retval = db_clone_bucket(np, &clone);
957 retval = db_clone_bucket(tbl, &clone);
1073 retval = db_clone_bucket(&tbl_ent, &clone);
2192 if (db_clone_bucket(t, &n)) {
2246 res = db_clone_bucket(tbl, &clone);

Completed in 18 milliseconds