persistent         54 source3/include/dbwrap.h 	bool persistent;
persistent        843 source3/lib/ctdbd_conn.c 	bool persistent = (tdb_flags & TDB_CLEAR_IF_FIRST) == 0;
persistent        849 source3/lib/ctdbd_conn.c 			       persistent
persistent         53 source3/lib/dbwrap_ctdb.c 					       bool persistent);
persistent        279 source3/lib/dbwrap_ctdb.c 	if (!db->persistent) {
persistent        838 source3/lib/dbwrap_ctdb.c 					       bool persistent)
persistent        962 source3/lib/dbwrap_ctdb.c 	if (db->persistent) {
persistent        966 source3/lib/dbwrap_ctdb.c 	return fetch_locked_internal(ctx, mem_ctx, key, db->persistent);
persistent        994 source3/lib/dbwrap_ctdb.c 	    (db->persistent ||
persistent       1077 source3/lib/dbwrap_ctdb.c 	if (db->persistent) {
persistent       1144 source3/lib/dbwrap_ctdb.c 	if (db->persistent) {
persistent       1205 source3/lib/dbwrap_ctdb.c 	result->persistent = ((tdb_flags & TDB_CLEAR_IF_FIRST) == 0);
persistent        366 source3/lib/dbwrap_file.c 	result->persistent = ((tdb_flags & TDB_CLEAR_IF_FIRST) == 0);
persistent        368 source3/lib/dbwrap_tdb.c 	result->persistent = ((tdb_flags & TDB_CLEAR_IF_FIRST) == 0);