print_hnd        4814 source3/include/proto.h WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
print_hnd        4816 source3/include/proto.h bool is_printer_published(Printer_entry *print_hnd, int snum, 
print_hnd        4818 source3/include/proto.h WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
print_hnd        4820 source3/include/proto.h bool is_printer_published(Printer_entry *print_hnd, int snum, 
print_hnd        4831 source3/include/proto.h WERROR get_a_printer( Printer_entry *print_hnd,
print_hnd        4835 source3/include/proto.h WERROR get_a_printer_search( Printer_entry *print_hnd,
print_hnd        3297 source3/printing/nt_printing.c WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
print_hnd        3304 source3/printing/nt_printing.c 	win_rc = get_a_printer(print_hnd, &printer, 2, lp_servicename(snum));
print_hnd        3412 source3/printing/nt_printing.c bool is_printer_published(Printer_entry *print_hnd, int snum,
print_hnd        3422 source3/printing/nt_printing.c 	win_rc = get_a_printer(print_hnd, &printer, 2, lp_servicename(snum));
print_hnd        3466 source3/printing/nt_printing.c WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
print_hnd        3476 source3/printing/nt_printing.c bool is_printer_published(Printer_entry *print_hnd, int snum,
print_hnd        4624 source3/printing/nt_printing.c static WERROR get_a_printer_internal( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
print_hnd        4645 source3/printing/nt_printing.c 			if ( print_hnd )
print_hnd        4646 source3/printing/nt_printing.c 				fstrcpy( servername, print_hnd->servername );
print_hnd        4677 source3/printing/nt_printing.c WERROR get_a_printer( Printer_entry *print_hnd,
print_hnd        4682 source3/printing/nt_printing.c 	return get_a_printer_internal(print_hnd, pp_printer, level,
print_hnd        4686 source3/printing/nt_printing.c WERROR get_a_printer_search( Printer_entry *print_hnd,
print_hnd        4691 source3/printing/nt_printing.c 	return get_a_printer_internal(print_hnd, pp_printer, level,
print_hnd        3415 source3/rpc_server/srv_spoolss_nt.c static bool construct_notify_printer_info(Printer_entry *print_hnd,
print_hnd        3436 source3/rpc_server/srv_spoolss_nt.c 	if (!W_ERROR_IS_OK(get_a_printer(print_hnd, &printer, 2, lp_const_servicename(snum))))
print_hnd        4065 source3/rpc_server/srv_spoolss_nt.c 				      Printer_entry *print_hnd,
print_hnd        4071 source3/rpc_server/srv_spoolss_nt.c 	if (is_printer_published(print_hnd, snum, &guid)) {