GLOBAL_C_SETPRINTER  687 source3/printing/nt_printing.c 	tdb_lock_bystring(tdb_printers, GLOBAL_C_SETPRINTER);
GLOBAL_C_SETPRINTER  696 source3/printing/nt_printing.c 		c_setprinter = tdb_fetch_int32(tdb_printers, GLOBAL_C_SETPRINTER) + printer_count;
GLOBAL_C_SETPRINTER  701 source3/printing/nt_printing.c 	tdb_store_int32(tdb_printers, GLOBAL_C_SETPRINTER, c_setprinter);
GLOBAL_C_SETPRINTER  703 source3/printing/nt_printing.c 	tdb_unlock_bystring(tdb_printers, GLOBAL_C_SETPRINTER);
GLOBAL_C_SETPRINTER  714 source3/printing/nt_printing.c 	int32 c_setprinter = tdb_fetch_int32(tdb_printers, GLOBAL_C_SETPRINTER);