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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/passdb/
H A Dpdb_tdb.c159 struct db_record *new_rec; local
162 new_rec = bs->new_db->fetch_locked(bs->new_db, talloc_tos(), orig_rec->key);
163 if (new_rec == NULL) {
168 status = new_rec->store(new_rec, orig_rec->value, TDB_INSERT);
170 TALLOC_FREE(new_rec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/passdb/
H A Dpdb_tdb.c159 struct db_record *new_rec; local
162 new_rec = bs->new_db->fetch_locked(bs->new_db, talloc_tos(), orig_rec->key);
163 if (new_rec == NULL) {
168 status = new_rec->store(new_rec, orig_rec->value, TDB_INSERT);
170 TALLOC_FREE(new_rec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/passdb/
H A Dpdb_tdb.c159 struct db_record *new_rec; local
162 new_rec = bs->new_db->fetch_locked(bs->new_db, talloc_tos(), orig_rec->key);
163 if (new_rec == NULL) {
168 status = new_rec->store(new_rec, orig_rec->value, TDB_INSERT);
170 TALLOC_FREE(new_rec);

Completed in 181 milliseconds