Lines Matching refs:cupsd_banner_t
23 static int compare_banners(const cupsd_banner_t *b0,
24 const cupsd_banner_t *b1);
32 cupsd_banner_t * /* O - Pointer to banner or NULL */
35 cupsd_banner_t key; /* Search key */ in cupsdFindBanner()
40 return ((cupsd_banner_t *)cupsArrayFind(Banners, &key)); in cupsdFindBanner()
126 cupsd_banner_t *temp; /* New banner data */ in add_banner()
145 if ((temp = calloc(1, sizeof(cupsd_banner_t))) == NULL) in add_banner()
178 const cupsd_banner_t *b0, /* I - First banner */ in compare_banners()
179 const cupsd_banner_t *b1) /* I - Second banner */ in compare_banners()
192 cupsd_banner_t *temp; /* Current banner */ in free_banners()
195 for (temp = (cupsd_banner_t *)cupsArrayFirst(Banners); in free_banners()
197 temp = (cupsd_banner_t *)cupsArrayNext(Banners)) in free_banners()