Home
last modified time | relevance | path

Searched refs:cups_option_t (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx34 typedef void cups_option_t; typedef
66 int (*m_pcupsMarkOptions)(ppd_file_t*,int,cups_option_t*);
67 int (*m_pcupsAddOption)(const char*,const char*,int,cups_option_t**);
68 void (*m_pcupsFreeOptions)(int,cups_option_t*);
75 const char* (*m_pcupsGetOption)(const char*,int,cups_option_t*);
97 cups_option_t* pOptions ) in cupsPrintFile()
108 void cupsFreeOptions( int nOptions, cups_option_t* pOptions ) in cupsFreeOptions()
181 m_pcupsMarkOptions = (int(*)(ppd_file_t*,int,cups_option_t*)) in CUPSWrapper()
185 m_pcupsFreeOptions = (void(*)(int,cups_option_t*)) in CUPSWrapper()
928 cups_option_t* pOptions = NULL; in endSpool()
[all …]

Completed in 14 milliseconds