tdb_store_int32   279 lib/util/util_tdb.c 	if (tdb_store_int32(tdb, keystr, val) == -1)
tdb_store_int32    54 lib/util/util_tdb.h int tdb_store_int32(struct tdb_context *tdb, const char *keystr, int32_t v);
tdb_store_int32    72 source3/groupdb/mapping_tdb.c 			tdb_store_int32(tdb, vstring, DATABASE_VERSION_V2);
tdb_store_int32    80 source3/groupdb/mapping_tdb.c 			tdb_store_int32(tdb, vstring, DATABASE_VERSION_V2);
tdb_store_int32   166 source3/intl/lang_tdb.c 		tdb_store_int32(tdb, "/LOADTIME/", (int)time(NULL));
tdb_store_int32    51 source3/lib/eventlog/eventlog.c 	tdb_store_int32( tdb, EVT_OLDEST_ENTRY, 1 );
tdb_store_int32    52 source3/lib/eventlog/eventlog.c 	tdb_store_int32( tdb, EVT_NEXT_RECORD, 1 );
tdb_store_int32    53 source3/lib/eventlog/eventlog.c 	tdb_store_int32( tdb, EVT_MAXSIZE, 0x80000 );
tdb_store_int32    54 source3/lib/eventlog/eventlog.c 	tdb_store_int32( tdb, EVT_RETENTION, 0x93A80 );
tdb_store_int32    56 source3/lib/eventlog/eventlog.c 	tdb_store_int32( tdb, EVT_VERSION, EVENTLOG_DATABASE_VERSION_V1 );
tdb_store_int32   237 source3/lib/eventlog/eventlog.c 		tdb_store_int32( the_tdb, EVT_OLDEST_ENTRY, new_start );
tdb_store_int32   794 source3/lib/eventlog/eventlog.c 	ret = tdb_store_int32(tdb, EVT_NEXT_RECORD, r->record_number + 1);
tdb_store_int32   593 source3/nmbd/nmbd_winsserver.c 	tdb_store_int32(wins_tdb, "WINSDB_VERSION", WINSDB_VERSION);
tdb_store_int32   560 source3/printing/nt_printing.c 		tdb_store_int32( tdb_drivers, vstring, NTDRIVERS_DATABASE_VERSION_5 );
tdb_store_int32   569 source3/printing/nt_printing.c 			tdb_store_int32(tdb_drivers, vstring, NTDRIVERS_DATABASE_VERSION_3);
tdb_store_int32   576 source3/printing/nt_printing.c 			tdb_store_int32(tdb_drivers, vstring, NTDRIVERS_DATABASE_VERSION_3);
tdb_store_int32   583 source3/printing/nt_printing.c 			tdb_store_int32(tdb_drivers, vstring, NTDRIVERS_DATABASE_VERSION_4);
tdb_store_int32   590 source3/printing/nt_printing.c 			tdb_store_int32(tdb_drivers, vstring, NTDRIVERS_DATABASE_VERSION_5);
tdb_store_int32   701 source3/printing/nt_printing.c 	tdb_store_int32(tdb_printers, GLOBAL_C_SETPRINTER, c_setprinter);
tdb_store_int32   206 source3/printing/printing.c 			tdb_store_int32(pdb->tdb, sversion, PRINT_DATABASE_VERSION);
tdb_store_int32   858 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, key, -1);
tdb_store_int32  1146 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, cachestr, (int)time(NULL));
tdb_store_int32  1231 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, "INFO/total_jobs", tstruct.total_jobs);
tdb_store_int32  1253 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, keystr, (int32)time(NULL));
tdb_store_int32  2328 source3/printing/printing.c 		if (tdb_store_int32(pdb->tdb, "INFO/nextjob", jobid)==-1) {
tdb_store_int32    96 source3/printing/tests/vlp.c 	tdb_store_int32(tdb, keystr, jobnum);
tdb_store_int32   109 source3/printing/tests/vlp.c 	result = tdb_store_int32(tdb, keystr, status);
tdb_store_int32   343 source3/rpc_server/srv_eventlog_nt.c 	tdb_store_int32( ELOG_TDB_CTX(info->etdb), EVT_MAXSIZE, uiMaxSize );
tdb_store_int32   344 source3/rpc_server/srv_eventlog_nt.c 	tdb_store_int32( ELOG_TDB_CTX(info->etdb), EVT_RETENTION, uiRetention );