tdb_fetch_int32 261 lib/util/util_tdb.c if ((val = tdb_fetch_int32(tdb, keystr)) == -1) { tdb_fetch_int32 42 lib/util/util_tdb.h int32_t tdb_fetch_int32(struct tdb_context *tdb, const char *keystr); tdb_fetch_int32 65 source3/groupdb/mapping_tdb.c vers_id = tdb_fetch_int32(tdb, vstring); tdb_fetch_int32 162 source3/intl/lang_tdb.c loadtime = tdb_fetch_int32(tdb, "/LOADTIME/"); tdb_fetch_int32 119 source3/lib/eventlog/eventlog.c *MaxSize = tdb_fetch_int32( tdb, EVT_MAXSIZE ); tdb_fetch_int32 123 source3/lib/eventlog/eventlog.c *Retention = tdb_fetch_int32( tdb, EVT_RETENTION ); tdb_fetch_int32 163 source3/lib/eventlog/eventlog.c end_record = tdb_fetch_int32( the_tdb, EVT_NEXT_RECORD ); tdb_fetch_int32 164 source3/lib/eventlog/eventlog.c start_record = tdb_fetch_int32( the_tdb, EVT_OLDEST_ENTRY ); tdb_fetch_int32 165 source3/lib/eventlog/eventlog.c Retention = tdb_fetch_int32( the_tdb, EVT_RETENTION ); tdb_fetch_int32 166 source3/lib/eventlog/eventlog.c MaxSize = tdb_fetch_int32( the_tdb, EVT_MAXSIZE ); tdb_fetch_int32 376 source3/lib/eventlog/eventlog.c vers_id = tdb_fetch_int32( tdb, EVT_VERSION ); tdb_fetch_int32 771 source3/lib/eventlog/eventlog.c r->record_number = tdb_fetch_int32(tdb, EVT_NEXT_RECORD); tdb_fetch_int32 1005 source3/lib/eventlog/eventlog.c evt.hdr.MaxSize = tdb_fetch_int32(etdb->tdb, EVT_MAXSIZE); tdb_fetch_int32 1007 source3/lib/eventlog/eventlog.c evt.hdr.Retention = tdb_fetch_int32(etdb->tdb, EVT_RETENTION); tdb_fetch_int32 557 source3/printing/nt_printing.c vers_id = tdb_fetch_int32(tdb_drivers, vstring); tdb_fetch_int32 696 source3/printing/nt_printing.c c_setprinter = tdb_fetch_int32(tdb_printers, GLOBAL_C_SETPRINTER) + printer_count; tdb_fetch_int32 714 source3/printing/nt_printing.c int32 c_setprinter = tdb_fetch_int32(tdb_printers, GLOBAL_C_SETPRINTER); tdb_fetch_int32 204 source3/printing/printing.c if (tdb_fetch_int32(pdb->tdb, sversion) != PRINT_DATABASE_VERSION) { tdb_fetch_int32 1063 source3/printing/printing.c last_qscan_time = (time_t)tdb_fetch_int32(pdb->tdb, key); tdb_fetch_int32 2264 source3/printing/printing.c len = tdb_fetch_int32(pdb->tdb, "INFO/total_jobs"); tdb_fetch_int32 87 source3/printing/tests/vlp.c jobnum = tdb_fetch_int32(tdb, keystr); tdb_fetch_int32 127 source3/printing/tests/vlp.c return tdb_fetch_int32(tdb, keystr); tdb_fetch_int32 151 source3/rpc_server/srv_eventlog_nt.c next_record = tdb_fetch_int32( ELOG_TDB_CTX(info->etdb), EVT_NEXT_RECORD); tdb_fetch_int32 152 source3/rpc_server/srv_eventlog_nt.c oldest_record = tdb_fetch_int32( ELOG_TDB_CTX(info->etdb), EVT_OLDEST_ENTRY);