Home
last modified time | relevance | path

Searched defs:_cups_dinfo_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dcups-private.h223 struct _cups_dinfo_s /* Destination capability and status struct
226 int version; /* IPP version */
227 const char *uri; /* Printer URI */
228 char *resource; /* Resource path */
229 ipp_t *attrs; /* Printer attributes */
230 int num_defaults; /* Number of default options */
231 cups_option_t *defaults; /* Default options */
232 cups_array_t *constraints; /* Job constraints */
233 cups_array_t *resolvers; /* Job resolvers */
234 cups_array_t *localizations; /* Localization information */
[all …]