Searched refs:cups_dinfo_t (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | cups.h | 264 typedef struct _cups_dinfo_s cups_dinfo_t; typedef 488 cups_dinfo_t *info, 492 cups_dinfo_t *info, int job_id) 509 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest) 512 cups_dinfo_t *info, 523 cups_dinfo_t *info, int *job_id, 539 cups_dinfo_t *info) 541 extern void cupsFreeDestInfo(cups_dinfo_t *dinfo) _CUPS_API_1_6; 543 cups_dinfo_t *dinfo, 548 cups_dinfo_t *dinfo, [all …]
|
D | testdest.c | 29 static void localize(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option, cons… 30 static void print_file(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *filename, … 31 static void show_conflicts(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, int num_options, c… 32 static void show_default(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option); 33 static void show_media(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, unsigned flags, const … 34 static void show_supported(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option… 48 cups_dinfo_t *dinfo; /* Destination info */ in main() 247 cups_dinfo_t *dinfo, /* I - Destination information */ in localize() 383 cups_dinfo_t *dinfo, /* I - Destination information */ in print_file() 452 cups_dinfo_t *dinfo, /* I - Destination information */ in show_conflicts() [all …]
|
D | dest-options.c | 39 static void cups_create_cached(http_t *http, cups_dinfo_t *dinfo, 41 static void cups_create_constraints(cups_dinfo_t *dinfo); 42 static void cups_create_defaults(cups_dinfo_t *dinfo); 43 static void cups_create_media_db(cups_dinfo_t *dinfo, 46 static int cups_get_media_db(http_t *http, cups_dinfo_t *dinfo, 51 static cups_array_t *cups_test_constraints(cups_dinfo_t *dinfo, 58 static void cups_update_ready(http_t *http, cups_dinfo_t *dinfo); 74 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsCheckDestSupported() 281 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsCopyDestConflicts() 569 cups_dinfo_t * /* O - Destination information */ [all …]
|
D | dest-job.c | 39 cups_dinfo_t *info; /* Destination information */ in cupsCancelDestJob() 76 cups_dinfo_t *info, /* I - Destination information */ in cupsCloseDestJob() 167 cups_dinfo_t *info, /* I - Destination information */ in cupsCreateDestJob() 264 cups_dinfo_t *info) /* I - Destination information */ in cupsFinishDestDocument() 316 cups_dinfo_t *info, /* I - Destination information */ in cupsStartDestDocument()
|
D | dest-localization.c | 26 static void cups_create_localizations(http_t *http, cups_dinfo_t *dinfo); 46 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsLocalizeDestMedia() 226 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsLocalizeDestOption() 267 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsLocalizeDestValue() 321 cups_dinfo_t *dinfo) /* I - Destination informations */ in cups_create_localizations()
|
D | cupspm.md | 315 cups_dinfo_t * 322 The `cups_dinfo_t` structure that is returned contains a snapshot of the 335 cups_dinfo_t *info, 384 cups_dinfo_t *dinfo, 390 cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT, 425 destination defaults that available via the `cups_dinfo_t` structure and the 431 cups_dinfo_t *dinfo, 476 cups_dinfo_t *dinfo, const char *option); 520 cups_dinfo_t *dinfo, 526 cups_dinfo_t *dinfo, [all …]
|
D | util.c | 165 cups_dinfo_t *info; /* Destination information */ in cupsCreateJob()
|