Searched refs:spoolss (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/spoolss/
H A Dchangeid.py11 from samba import spoolss namespace
22 hnd = spoolss.openprinter(printer)
34 spoolss.closeprinter(hnd)
H A Denumprinters.py10 from samba import spoolss namespace
25 printer_list = spoolss.enumprinters("\\\\%s" % printserver)
33 h = spoolss.openprinter("\\\\%s\\%s" % (printserver, printer))
H A Dpsec.py7 from samba import spoolss namespace
21 hnd = spoolss.openprinter(printername)
35 spoolss.closeprinter(hnd)
46 hnd = spoolss.openprinter(printername,
84 spoolss.closeprinter(hnd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py5 from samba import spoolss namespace
116 spoolss.openprinter(unc)
121 spoolss.openprinter(self.uncname, creds = creds)
126 hnd = spoolss.openprinter(self.uncname)
127 spoolss.closeprinter(hnd)
132 hnd = spoolss.openprinter("\\\\%s" % self.server["hostname"])
133 spoolss.closeprinter(hnd)
148 self.hnd = spoolss.openprinter(self.uncname)
171 info = spoolss.enumprinters(
180 spoolss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/samba/
H A Dprinterdata.py15 from samba import spoolss namespace
21 self.hnd = spoolss.openprinter(host, creds = creds, access = access)
55 self.hnd = spoolss.openprinter(host, creds, access)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgprinterdata6 from samba import spoolss namespace

Completed in 116 milliseconds