Searched refs:print_hnd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c3597 static BOOL construct_notify_printer_info(Printer_entry *print_hnd, SPOOL_NOTIFY_INFO *info, int argument
3616 if (!W_ERROR_IS_OK(get_a_printer(print_hnd, &printer, 2, lp_const_servicename(snum))))
3942 static BOOL construct_printer_info_0(Printer_entry *print_hnd, PRINTER_INFO_0 *printer, int snum) argument
3953 if (!W_ERROR_IS_OK(get_a_printer(print_hnd, &ntprinter, 2, lp_const_servicename(snum))))
3989 slprintf(chaine,sizeof(chaine)-1,"\\\\%s", get_server_name(print_hnd));
4047 static BOOL construct_printer_info_1(Printer_entry *print_hnd, uint32 flags, PRINTER_INFO_1 *printer, int snum) argument
4053 if (!W_ERROR_IS_OK(get_a_printer(print_hnd, &ntprinter, 2, lp_const_servicename(snum))))
4185 static BOOL construct_printer_info_2(Printer_entry *print_hnd, PRINTER_INFO_2 *printer, int snum) argument
4192 if (!W_ERROR_IS_OK(get_a_printer(print_hnd, &ntprinter, 2, lp_const_servicename(snum))))
4250 static BOOL construct_printer_info_3(Printer_entry *print_hnd, PRINTER_INFO_ argument
4288 construct_printer_info_4(Printer_entry *print_hnd, PRINTER_INFO_4 *printer, int snum) argument
4308 construct_printer_info_5(Printer_entry *print_hnd, PRINTER_INFO_5 *printer, int snum) argument
4334 construct_printer_info_7(Printer_entry *print_hnd, PRINTER_INFO_7 *printer, int snum) argument
4738 getprinter_level_0(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4775 getprinter_level_1(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4811 getprinter_level_2(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4848 getprinter_level_3(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4882 getprinter_level_4(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4921 getprinter_level_5(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
4957 getprinter_level_7(Printer_entry *print_hnd, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c3183 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action) argument
3190 win_rc = get_a_printer(print_hnd, &printer, 2, lp_servicename(snum));
3298 BOOL is_printer_published(Printer_entry *print_hnd, int snum, argument
3308 win_rc = get_a_printer(print_hnd, &printer, 2, lp_servicename(snum));
3352 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action) argument
3362 BOOL is_printer_published(Printer_entry *print_hnd, int snum, argument
4451 WERROR get_a_printer( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level, argument
4472 if ( print_hnd )
4473 fstrcpy( servername, print_hnd->servername );

Completed in 104 milliseconds