Home
last modified time | relevance | path

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

/external/libcups/cups/
Dcups-private.h199 struct _cups_dinfo_s /* Destination capability and status struct
202 int version; /* IPP version */
203 const char *uri; /* Printer URI */
204 char *resource; /* Resource path */
205 ipp_t *attrs; /* Printer attributes */
206 int num_defaults; /* Number of default options */
207 cups_option_t *defaults; /* Default options */
208 cups_array_t *constraints; /* Job constraints */
209 cups_array_t *resolvers; /* Job resolvers */
210 cups_array_t *localizations; /* Localization information */
[all …]