tdbpath           321 source3/lib/eventlog/eventlog.c 	char *tdbpath = NULL;
tdbpath           362 source3/lib/eventlog/eventlog.c 	tdbpath = elog_tdbname(ctx, logname);
tdbpath           363 source3/lib/eventlog/eventlog.c 	if (!tdbpath) {
tdbpath           368 source3/lib/eventlog/eventlog.c 		tdbpath, force_clear?"True":"False" ));
tdbpath           374 source3/lib/eventlog/eventlog.c 		tdb = tdb_open_log( tdbpath, 0, TDB_DEFAULT, read_only ? O_RDONLY : O_RDWR , 0 );
tdbpath           380 source3/lib/eventlog/eventlog.c 					vers_id, tdbpath));
tdbpath           382 source3/lib/eventlog/eventlog.c 				tdb = elog_init_tdb( tdbpath );
tdbpath           388 source3/lib/eventlog/eventlog.c 		tdb = elog_init_tdb( tdbpath );