• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/

Lines Matching refs:offsetof

25 	{ "jobid", PY_UINT32, offsetof(JOB_INFO_1, jobid) },
26 { "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) },
32 { "status", PY_UINT32, offsetof(JOB_INFO_1, status) },
33 { "priority", PY_UINT32, offsetof(JOB_INFO_1, priority) },
34 { "position", PY_UINT32, offsetof(JOB_INFO_1, position) },
35 { "total_pages", PY_UINT32, offsetof(JOB_INFO_1, totalpages) },
36 { "pages_printed", PY_UINT32, offsetof(JOB_INFO_1, pagesprinted) },
41 { "jobid", PY_UINT32, offsetof(JOB_INFO_2, jobid) },
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, offsetof(JOB_INFO_2, document) },
46 { "notify_name", PY_UNISTR, offsetof(JOB_INFO_2, notifyname) },
47 { "data_type", PY_UNISTR, offsetof(JOB_INFO_2, datatype) },
48 { "print_processor", PY_UNISTR, offsetof(JOB_INFO_2, printprocessor) },
49 { "parameters", PY_UNISTR, offsetof(JOB_INFO_2, parameters) },
50 { "driver_name", PY_UNISTR, offsetof(JOB_INFO_2, drivername) },
51 { "text_status", PY_UNISTR, offsetof(JOB_INFO_2, text_status) },
52 { "status", PY_UINT32, offsetof(JOB_INFO_2, status) },
53 { "priority", PY_UINT32, offsetof(JOB_INFO_2, priority) },
54 { "position", PY_UINT32, offsetof(JOB_INFO_2, position) },
55 { "start_time", PY_UINT32, offsetof(JOB_INFO_2, starttime) },
56 { "until_time", PY_UINT32, offsetof(JOB_INFO_2, untiltime) },
57 { "total_pages", PY_UINT32, offsetof(JOB_INFO_2, totalpages) },
58 { "size", PY_UINT32, offsetof(JOB_INFO_2, size) },
59 { "time_elapsed", PY_UINT32, offsetof(JOB_INFO_2, timeelapsed) },
60 { "pages_printed", PY_UINT32, offsetof(JOB_INFO_2, pagesprinted) },
65 { "document_name", PY_UNISTR, offsetof(DOC_INFO_1, docname) },
66 { "output_file", PY_UNISTR, offsetof(DOC_INFO_1, outputfile) },
67 { "data_type", PY_UNISTR, offsetof(DOC_INFO_1, datatype) },