Searched refs:Printer_entry (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c49 static Printer_entry *printers_list;
123 Functions to handle SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
186 Printer_entry *Printer = (Printer_entry *)ptr;
222 Functions to duplicate a SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
254 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p, POLICY_HND *hnd)
256 Printer_entry *find_printer = NULL;
272 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
342 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
378 Printer_entry *Printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c49 static Printer_entry *printers_list;
123 Functions to handle SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
186 Printer_entry *Printer = (Printer_entry *)ptr;
222 Functions to duplicate a SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
254 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p, POLICY_HND *hnd)
256 Printer_entry *find_printer = NULL;
272 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
342 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
378 Printer_entry *Printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c49 static Printer_entry *printers_list;
123 Functions to handle SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
186 Printer_entry *Printer = (Printer_entry *)ptr;
222 Functions to duplicate a SPOOL_NOTIFY_OPTION struct stored in Printer_entry.
254 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p, POLICY_HND *hnd)
256 Printer_entry *find_printer = NULL;
272 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
342 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
378 Printer_entry *Printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_spoolss_nt.c58 static Printer_entry *printers_list;
197 static int printer_entry_destructor(Printer_entry *Printer)
232 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p,
235 Printer_entry *find_printer = NULL;
251 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
332 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
377 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
402 static bool set_printer_hnd_printertype(Printer_entry *Printer, const char *handlename)
443 static bool set_printer_hnd_name(Printer_entry *Printer, const char *handlename)
618 Printer_entry *new_printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_spoolss_nt.c58 static Printer_entry *printers_list;
197 static int printer_entry_destructor(Printer_entry *Printer)
232 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p,
235 Printer_entry *find_printer = NULL;
251 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
332 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
377 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
402 static bool set_printer_hnd_printertype(Printer_entry *Printer, const char *handlename)
443 static bool set_printer_hnd_name(Printer_entry *Printer, const char *handlename)
618 Printer_entry *new_printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_spoolss_nt.c58 static Printer_entry *printers_list;
197 static int printer_entry_destructor(Printer_entry *Printer)
232 static Printer_entry *find_printer_index_by_hnd(pipes_struct *p,
235 Printer_entry *find_printer = NULL;
251 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
332 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
377 Printer_entry *Printer = find_printer_index_by_hnd(p, hnd);
402 static bool set_printer_hnd_printertype(Printer_entry *Printer, const char *handlename)
443 static bool set_printer_hnd_name(Printer_entry *Printer, const char *handlename)
618 Printer_entry *new_printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dnt_printing.h240 } Printer_entry; typedef in typeref:struct:_Printer
H A Dproto.h4851 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4853 bool is_printer_published(Printer_entry *print_hnd, int snum,
4855 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4857 bool is_printer_published(Printer_entry *print_hnd, int snum,
4868 WERROR get_a_printer( Printer_entry *print_hnd,
4872 WERROR get_a_printer_search( Printer_entry *print_hnd,
4899 char* get_server_name( Printer_entry *printer );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dnt_printing.h240 } Printer_entry; typedef in typeref:struct:_Printer
H A Dproto.h4851 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4853 bool is_printer_published(Printer_entry *print_hnd, int snum,
4855 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4857 bool is_printer_published(Printer_entry *print_hnd, int snum,
4868 WERROR get_a_printer( Printer_entry *print_hnd,
4872 WERROR get_a_printer_search( Printer_entry *print_hnd,
4899 char* get_server_name( Printer_entry *printer );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dnt_printing.h240 } Printer_entry; typedef in typeref:struct:_Printer
H A Dproto.h4851 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4853 bool is_printer_published(Printer_entry *print_hnd, int snum,
4855 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action);
4857 bool is_printer_published(Printer_entry *print_hnd, int snum,
4868 WERROR get_a_printer( Printer_entry *print_hnd,
4872 WERROR get_a_printer_search( Printer_entry *print_hnd,
4899 char* get_server_name( Printer_entry *printer );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dnt_printing.h484 } Printer_entry; typedef in typeref:struct:_Printer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dnt_printing.h484 } Printer_entry; typedef in typeref:struct:_Printer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dnt_printing.h484 } Printer_entry; typedef in typeref:struct:_Printer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/printing/
H A Dnt_printing.c3220 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3335 bool is_printer_published(Printer_entry *print_hnd, int snum,
3392 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3402 bool is_printer_published(Printer_entry *print_hnd, int snum,
4539 used the TALLOC_CTX from the Printer_entry*. This context lasts
4543 still use the Printer_entry->ctx for maintaining the cache copy though
4549 static WERROR get_a_printer_internal( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
4602 WERROR get_a_printer( Printer_entry *print_hnd,
4611 WERROR get_a_printer_search( Printer_entry *print_hnd,
5789 char* get_server_name( Printer_entry *printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/printing/
H A Dnt_printing.c3220 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3335 bool is_printer_published(Printer_entry *print_hnd, int snum,
3392 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3402 bool is_printer_published(Printer_entry *print_hnd, int snum,
4539 used the TALLOC_CTX from the Printer_entry*. This context lasts
4543 still use the Printer_entry->ctx for maintaining the cache copy though
4549 static WERROR get_a_printer_internal( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
4602 WERROR get_a_printer( Printer_entry *print_hnd,
4611 WERROR get_a_printer_search( Printer_entry *print_hnd,
5789 char* get_server_name( Printer_entry *printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/printing/
H A Dnt_printing.c3220 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3335 bool is_printer_published(Printer_entry *print_hnd, int snum,
3392 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3402 bool is_printer_published(Printer_entry *print_hnd, int snum,
4539 used the TALLOC_CTX from the Printer_entry*. This context lasts
4543 still use the Printer_entry->ctx for maintaining the cache copy though
4549 static WERROR get_a_printer_internal( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
4602 WERROR get_a_printer( Printer_entry *print_hnd,
4611 WERROR get_a_printer_search( Printer_entry *print_hnd,
5789 char* get_server_name( Printer_entry *printe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/printing/
H A Dnt_printing.c3183 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3298 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
3352 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3362 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
4441 used the TALLOC_CTX from the Printer_entry*. This context lasts
4445 still use the Printer_entry->ctx for maintaining the cache copy though
4451 WERROR get_a_printer( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
5581 char* get_server_name( Printer_entry *printer )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/printing/
H A Dnt_printing.c3183 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3298 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
3352 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3362 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
4441 used the TALLOC_CTX from the Printer_entry*. This context lasts
4445 still use the Printer_entry->ctx for maintaining the cache copy though
4451 WERROR get_a_printer( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
5581 char* get_server_name( Printer_entry *printer )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/printing/
H A Dnt_printing.c3183 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3298 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
3352 WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action)
3362 BOOL is_printer_published(Printer_entry *print_hnd, int snum,
4441 used the TALLOC_CTX from the Printer_entry*. This context lasts
4445 still use the Printer_entry->ctx for maintaining the cache copy though
4451 WERROR get_a_printer( Printer_entry *print_hnd, NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level,
5581 char* get_server_name( Printer_entry *printer )

Completed in 572 milliseconds