• Home
  • Raw
  • Download

Lines Matching refs:cups_dinfo_t

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 */
574 cups_dinfo_t *dinfo; /* Destination information */ in cupsCopyDestInfo()
674 if ((dinfo = calloc(1, sizeof(cups_dinfo_t))) == NULL) in cupsCopyDestInfo()
706 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsFindDestDefault()
754 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsFindDestReady()
804 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsFindDestSupported()
844 cupsFreeDestInfo(cups_dinfo_t *dinfo) /* I - Destination information */ in cupsFreeDestInfo()
892 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsGetDestMediaByIndex()
988 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsGetDestMediaByName()
1060 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsGetDestMediaBySize()
1126 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsGetDestMediaCount()
1174 cups_dinfo_t *dinfo, /* I - Destination information */ in cupsGetDestMediaDefault()
1337 cups_dinfo_t *dinfo, /* I - Destination information */ in cups_create_cached()
1417 cups_dinfo_t *dinfo) /* I - Destination information */ in cups_create_constraints()
1454 cups_dinfo_t *dinfo) /* I - Destination information */ in cups_create_defaults()
1504 cups_dinfo_t *dinfo, /* I - Destination information */ in cups_create_media_db()
1790 cups_dinfo_t *dinfo, /* I - Destination information */ in cups_get_media_db()
2083 cups_dinfo_t *dinfo, /* I - Destination information */ in cups_test_constraints()
2283 cups_dinfo_t *dinfo) /* I - Destination information */ in cups_update_ready()