NT_DEVICEMODE 317 source3/include/nt_printing.h NT_DEVICEMODE *devmode;
NT_DEVICEMODE 455 source3/include/nt_printing.h NT_DEVICEMODE *nt_devmode;
NT_DEVICEMODE 43 source3/include/printing.h NT_DEVICEMODE *nt_devmode;
NT_DEVICEMODE 4805 source3/include/proto.h int pack_devicemode(NT_DEVICEMODE *nt_devmode, uint8 *buf, int buflen);
NT_DEVICEMODE 4807 source3/include/proto.h NT_DEVICEMODE *construct_nt_devicemode(const fstring default_devicename);
NT_DEVICEMODE 4808 source3/include/proto.h void free_nt_devicemode(NT_DEVICEMODE **devmode_ptr);
NT_DEVICEMODE 4809 source3/include/proto.h int unpack_devicemode(NT_DEVICEMODE **nt_devmode, const uint8 *buf, int buflen);
NT_DEVICEMODE 4913 source3/include/proto.h NT_DEVICEMODE *print_job_devmode(const char* sharename, uint32 jobid);
NT_DEVICEMODE 4925 source3/include/proto.h const char *jobname, NT_DEVICEMODE *nt_devmode );
NT_DEVICEMODE 5977 source3/include/proto.h NT_DEVICEMODE **pp_nt_devmode);
NT_DEVICEMODE 2353 source3/printing/nt_printing.c int pack_devicemode(NT_DEVICEMODE *nt_devmode, uint8 *buf, int buflen)
NT_DEVICEMODE 2618 source3/printing/nt_printing.c NT_DEVICEMODE *construct_nt_devicemode(const fstring default_devicename)
NT_DEVICEMODE 2622 source3/printing/nt_printing.c NT_DEVICEMODE *nt_devmode = SMB_MALLOC_P(NT_DEVICEMODE);
NT_DEVICEMODE 2681 source3/printing/nt_printing.c void free_nt_devicemode(NT_DEVICEMODE **devmode_ptr)
NT_DEVICEMODE 2683 source3/printing/nt_printing.c NT_DEVICEMODE *nt_devmode = *devmode_ptr;
NT_DEVICEMODE 2713 source3/printing/nt_printing.c int unpack_devicemode(NT_DEVICEMODE **nt_devmode, const uint8 *buf, int buflen)
NT_DEVICEMODE 2717 source3/printing/nt_printing.c NT_DEVICEMODE devmode;
NT_DEVICEMODE 2777 source3/printing/nt_printing.c *nt_devmode = (NT_DEVICEMODE *)memdup(&devmode, sizeof(devmode));
NT_DEVICEMODE 4474 source3/printing/nt_printing.c static bool convert_driver_init(TALLOC_CTX *mem_ctx, NT_DEVICEMODE *nt_devmode,
NT_DEVICEMODE 4521 source3/printing/nt_printing.c NT_DEVICEMODE *nt_devmode = NULL;
NT_DEVICEMODE 4522 source3/printing/nt_printing.c NT_DEVICEMODE *tmp_devmode = printer->info_2->devmode;
NT_DEVICEMODE 4538 source3/printing/nt_printing.c if ((nt_devmode = SMB_MALLOC_P(NT_DEVICEMODE)) == NULL) {
NT_DEVICEMODE 1845 source3/printing/printing.c NT_DEVICEMODE *print_job_devmode(const char* sharename, uint32 jobid)
NT_DEVICEMODE 2393 source3/printing/printing.c const char *jobname, NT_DEVICEMODE *nt_devmode )
NT_DEVICEMODE 1469 source3/rpc_server/srv_spoolss_nt.c NT_DEVICEMODE **pp_nt_devmode)
NT_DEVICEMODE 1471 source3/rpc_server/srv_spoolss_nt.c NT_DEVICEMODE *nt_devmode = *pp_nt_devmode;
NT_DEVICEMODE 3867 source3/rpc_server/srv_spoolss_nt.c const NT_DEVICEMODE *ntdevmode)
NT_DEVICEMODE 8896 source3/rpc_server/srv_spoolss_nt.c NT_DEVICEMODE *nt_devmode;