Searched refs:ppd_choice_t (Results 1 – 21 of 21) sorted by relevance
/external/libcups/cups/ |
D | ppd-mark.c | 365 ppd_choice_t * /* O - Choice pointer or @code NULL@ */ 370 ppd_choice_t *c; /* Current choice */ in ppdFindChoice() 391 ppd_choice_t * /* O - Pointer to choice or @code NULL@ */ 395 ppd_choice_t key, /* Search key for choice */ in ppdFindMarkedChoice() 407 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice() 476 ppd_choice_t key, /* Search key */ in ppdIsMarked() 486 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked() 502 ppd_choice_t *c; /* Current choice */ in ppdMarkDefaults() 512 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults() 514 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults() [all …]
|
D | ppd.h | 158 } ppd_choice_t; typedef 170 ppd_choice_t *choices; /* Option choices */ 366 … ppd_choice_t ***choices) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); 375 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option) 377 extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, 415 float min_order, ppd_choice_t ***choices)
|
D | ppd-emit.c | 55 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect() 75 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect2() 77 ppd_choice_t *c; /* Current choice */ in ppdCollect2() 81 ppd_choice_t **collect; /* Collected choices */ in ppdCollect2() 101 if ((collect = calloc(sizeof(ppd_choice_t *), in ppdCollect2() 119 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdCollect2() 121 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdCollect2() 610 ppd_choice_t **choices; /* Choices */ in ppdEmitString() 1123 ppd_choice_t *manual_feed, /* ManualFeed choice, if any */ in ppd_handle_media() 1192 ppd_choice_t *page; /* PageSize/Region choice, if any */ in ppd_handle_media()
|
D | ppd-conflicts.c | 76 ppd_choice_t *marked; /* Marked choice */ in cupsGetConflicts() 191 ppd_choice_t *marked; /* Marked choice */ in cupsResolveConflicts() 367 ppd_choice_t *cptr; /* Current choice */ in cupsResolveConflicts() 955 ppd_choice_t key, /* Search key */ in ppd_test_constraints() 1160 if ((marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) in ppd_test_constraints()
|
D | testcache.c | 33 ppd_choice_t *ppd_bin; /* OutputBin value */ in main()
|
D | ppd.c | 64 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name); 67 static int ppd_compare_choices(ppd_choice_t *a, ppd_choice_t *b); 421 ppd_choice_t *choice; /* Current choice */ in _ppdOpen() 2361 static ppd_choice_t * /* O - Named choice */ 2365 ppd_choice_t *choice; /* Choice */ in ppd_add_choice() 2369 choice = malloc(sizeof(ppd_choice_t)); in ppd_add_choice() 2371 choice = realloc(option->choices, sizeof(ppd_choice_t) * (size_t)(option->num_choices + 1)); in ppd_add_choice() 2380 memset(choice, 0, sizeof(ppd_choice_t)); in ppd_add_choice() 2434 ppd_compare_choices(ppd_choice_t *a, /* I - First choice */ in ppd_compare_choices() 2435 ppd_choice_t *b) /* I - Second choice */ in ppd_compare_choices() [all …]
|
D | ppd-private.h | 75 ppd_choice_t *choice; /* Constrained choice or @code NULL@ */
|
D | testlang.c | 290 ppd_choice_t *choice; /* PageSize/Letter choice */ in show_ppd()
|
D | ppd-page.c | 195 ppd_choice_t *qualifier2, /* Second media qualifier */ in ppdPageSizeLimits()
|
D | ppd-localize.c | 45 ppd_choice_t *choice; /* Current choice */ in ppdLocalize()
|
D | ppd-cache.c | 80 ppd_choice_t *choice; /* Marked choice */ in _cupsConvertOptions() 992 ppd_choice_t *choice; /* Current InputSlot/MediaType */ in _ppdCacheCreateWithPPD() 2148 ppd_choice_t *choice; /* Marked PPD choice */ in _ppdCacheGetFinishingValues()
|
/external/libcups/ppdc/ |
D | ppdc-import.cxx | 33 ppd_choice_t *choice; // PPD choice in import_ppd() 154 ppd_choice_t *region_choice, // PageRegion choice in import_ppd()
|
D | ppdmerge.cxx | 235 ppd_choice_t *c; // Choice in main()
|
/external/libcups/filter/ |
D | rastertolabel.c | 153 ppd_choice_t *choice; /* Marked choice */ in StartPage() 441 ppd_choice_t *choice; /* Marked choice */ in EndPage()
|
D | pstops.c | 2300 ppd_choice_t *choice; /* PPD choice */ in set_pstops_options()
|
/external/libcups/systemv/ |
D | lpoptions.c | 389 ppd_choice_t *choice; /* Current choice */ in list_group()
|
D | cupstestppd.c | 145 ppd_choice_t *choice; /* Standard UI option choice */ in main() 2061 ppd_choice_t *choicea, /* First choice */ in check_case() 2251 ppd_choice_t *choice; /* Current choice */ in check_duplex() 3706 ppd_choice_t *c1, *c2; /* Choices */ in show_conflicts()
|
D | lpadmin.c | 1334 ppd_choice_t *choice; /* Marked choice */ in set_printer_options()
|
/external/libcups/scheduler/ |
D | colorman.c | 346 ppd_choice_t *cm_choice; /* Color model choice */ in apple_register_profiles()
|
D | printers.c | 3856 ppd_choice_t *choice; /* Current PPD choice */ in load_ppd()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 4740 ppd_choice_t *ppd_choice; /* PPD choice */ in load_ppd_attributes()
|