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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c4451 WERROR get_a_printer( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level, argument
4459 if ( !(*pp_printer = TALLOC_ZERO_P(NULL, NT_PRINTER_INFO_LEVEL)) ) {
4466 if ( !((*pp_printer)->info_2 = TALLOC_ZERO_P(*pp_printer, NT_PRINTER_INFO_LEVEL_2)) ) {
4468 TALLOC_FREE( *pp_printer );
4480 result = get_a_printer_2( (*pp_printer)->info_2, servername, sharename );
4486 TALLOC_FREE( *pp_printer );
4492 dump_a_printer( *pp_printer, level);
4497 TALLOC_FREE( *pp_printer );
4508 uint32 free_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint3 argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c4250 static BOOL construct_printer_info_3(Printer_entry *print_hnd, PRINTER_INFO_3 **pp_printer, int snum) argument
4258 *pp_printer = NULL;
4279 *pp_printer = printer;

Completed in 88 milliseconds