Searched refs:ppd_choice_t (Results 1 – 13 of 13) sorted by relevance
/external/libcups/cups/ |
D | ppd-mark.c | 369 ppd_choice_t * /* O - Choice pointer or @code NULL@ */ 374 ppd_choice_t *c; /* Current choice */ in ppdFindChoice() 395 ppd_choice_t * /* O - Pointer to choice or @code NULL@ */ 399 ppd_choice_t key, /* Search key for choice */ in ppdFindMarkedChoice() 411 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice() 480 ppd_choice_t key, /* Search key */ in ppdIsMarked() 490 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked() 506 ppd_choice_t *c; /* Current choice */ in ppdMarkDefaults() 516 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults() 518 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults() [all …]
|
D | ppd.h | 167 } ppd_choice_t; typedef 179 ppd_choice_t *choices; /* Option choices */ 374 ppd_choice_t ***choices) _PPD_DEPRECATED; 383 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option) 385 extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, 423 float min_order, ppd_choice_t ***choices)
|
D | ppd-emit.c | 59 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect() 79 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect2() 81 ppd_choice_t *c; /* Current choice */ in ppdCollect2() 85 ppd_choice_t **collect; /* Collected choices */ in ppdCollect2() 105 if ((collect = calloc(sizeof(ppd_choice_t *), in ppdCollect2() 123 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdCollect2() 125 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdCollect2() 608 ppd_choice_t **choices; /* Choices */ in ppdEmitString() 1109 ppd_choice_t *manual_feed, /* ManualFeed choice, if any */ in ppd_handle_media() 1178 ppd_choice_t *page; /* PageSize/Region choice, if any */ in ppd_handle_media()
|
D | ppd-conflicts.c | 80 ppd_choice_t *marked; /* Marked choice */ in cupsGetConflicts() 195 ppd_choice_t *marked; /* Marked choice */ in cupsResolveConflicts() 371 ppd_choice_t *cptr; /* Current choice */ in cupsResolveConflicts() 959 ppd_choice_t key, /* Search key */ in ppd_test_constraints() 1164 if ((marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) in ppd_test_constraints()
|
D | ppd.c | 77 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name); 80 static int ppd_compare_choices(ppd_choice_t *a, ppd_choice_t *b); 452 ppd_choice_t *choice; /* Current choice */ in _ppdOpen() 2398 static ppd_choice_t * /* O - Named choice */ 2402 ppd_choice_t *choice; /* Choice */ in ppd_add_choice() 2406 choice = malloc(sizeof(ppd_choice_t)); in ppd_add_choice() 2408 choice = realloc(option->choices, sizeof(ppd_choice_t) * (size_t)(option->num_choices + 1)); in ppd_add_choice() 2417 memset(choice, 0, sizeof(ppd_choice_t)); in ppd_add_choice() 2471 ppd_compare_choices(ppd_choice_t *a, /* I - First choice */ in ppd_compare_choices() 2472 ppd_choice_t *b) /* I - Second choice */ in ppd_compare_choices() [all …]
|
D | testcache.c | 39 ppd_choice_t *ppd_bin; /* OutputBin value */ in main()
|
D | ppd-private.h | 87 ppd_choice_t *choice; /* Constrained choice or @code NULL@ */
|
D | testlang.c | 121 ppd_choice_t *choice; /* PageSize/Letter choice */ in main()
|
D | ppd-page.c | 200 ppd_choice_t *qualifier2, /* Second media qualifier */ in ppdPageSizeLimits()
|
D | ppd-localize.c | 56 ppd_choice_t *choice; /* Current choice */ in ppdLocalize()
|
D | ppd-cache.c | 80 ppd_choice_t *choice; /* Marked choice */ in _cupsConvertOptions() 965 ppd_choice_t *choice; /* Current InputSlot/MediaType */ in _ppdCacheCreateWithPPD()
|
/external/libcups/filter/ |
D | rastertolabel.c | 158 ppd_choice_t *choice; /* Marked choice */ in StartPage() 445 ppd_choice_t *choice; /* Marked choice */ in EndPage()
|
D | pstops.c | 2305 ppd_choice_t *choice; /* PPD choice */ in set_pstops_options()
|