Searched refs:PY_UNISTR (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_jobs_conv.c26 { "printer_name", PY_UNISTR, offsetof(JOB_INFO_1, printername) },
27 { "server_name", PY_UNISTR, offsetof(JOB_INFO_1, machinename) },
28 { "user_name", PY_UNISTR, offsetof(JOB_INFO_1, username) },
29 { "document_name", PY_UNISTR, offsetof(JOB_INFO_1, document) },
30 { "data_type", PY_UNISTR, offsetof(JOB_INFO_1, datatype) },
31 { "text_status", PY_UNISTR, offsetof(JOB_INFO_1, text_status) },
42 { "printer_name", PY_UNISTR, offsetof(JOB_INFO_2, printername) },
43 { "server_name", PY_UNISTR, offsetof(JOB_INFO_2, machinename) },
44 { "user_name", PY_UNISTR, offsetof(JOB_INFO_2, username) },
45 { "document_name", PY_UNISTR, offseto
[all...]
H A Dpy_spoolss_drivers_conv.c27 { "name", PY_UNISTR, offsetof(DRIVER_INFO_1, name) },
33 { "name", PY_UNISTR, offsetof(DRIVER_INFO_2, name) },
34 { "architecture", PY_UNISTR, offsetof(DRIVER_INFO_2, architecture) },
35 { "driver_path", PY_UNISTR, offsetof(DRIVER_INFO_2, driverpath) },
36 { "data_file", PY_UNISTR, offsetof(DRIVER_INFO_2, datafile) },
37 { "config_file", PY_UNISTR, offsetof(DRIVER_INFO_2, configfile) },
43 { "name", PY_UNISTR, offsetof(DRIVER_INFO_3, name) },
44 { "architecture", PY_UNISTR, offsetof(DRIVER_INFO_3, architecture) },
45 { "driver_path", PY_UNISTR, offsetof(DRIVER_INFO_3, driverpath) },
46 { "data_file", PY_UNISTR, offseto
[all...]
H A Dpy_spoolss_ports_conv.c25 { "name", PY_UNISTR, offsetof(PORT_INFO_1, port_name) },
30 { "name", PY_UNISTR, offsetof(PORT_INFO_2, port_name) },
31 { "monitor_name", PY_UNISTR, offsetof(PORT_INFO_2, monitor_name) },
32 { "description", PY_UNISTR, offsetof(PORT_INFO_2, description) },
H A Dpy_conv.h26 enum pyconv_types { PY_UNISTR, PY_UNISTR2, PY_UINT32, PY_UINT16, PY_STRING, enumerator in enum:pyconv_types
H A Dpy_spoolss_printers_conv.c25 { "name", PY_UNISTR, offsetof(PRINTER_INFO_0, printername) },
26 { "server_name", PY_UNISTR, offsetof(PRINTER_INFO_0, servername) },
75 { "name", PY_UNISTR, offsetof(PRINTER_INFO_1, name) },
76 { "description", PY_UNISTR, offsetof(PRINTER_INFO_1, description) },
77 { "comment", PY_UNISTR, offsetof(PRINTER_INFO_1, comment) },
83 { "server_name", PY_UNISTR, offsetof(PRINTER_INFO_2, servername) },
84 { "name", PY_UNISTR, offsetof(PRINTER_INFO_2, printername) },
85 { "share_name", PY_UNISTR, offsetof(PRINTER_INFO_2, sharename) },
86 { "port_name", PY_UNISTR, offsetof(PRINTER_INFO_2, portname) },
87 { "driver_name", PY_UNISTR, offseto
[all...]
H A Dpy_conv.c46 case PY_UNISTR: {
138 case PY_UNISTR: {
H A Dpy_spoolss_forms_conv.c43 { "name", PY_UNISTR, offsetof(FORM_1, name) },

Completed in 48 milliseconds