Home
last modified time | relevance | path

Searched refs:ppd_choice_t (Results 1 – 21 of 21) sorted by relevance

/external/libcups/cups/
Dppd-mark.c365 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 …]
Dppd.h158 } ppd_choice_t; typedef
170 ppd_choice_t *choices; /* Option choices */
366ppd_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)
Dppd-emit.c55 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()
Dppd-conflicts.c76 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()
Dtestcache.c33 ppd_choice_t *ppd_bin; /* OutputBin value */ in main()
Dppd.c64 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 …]
Dppd-private.h75 ppd_choice_t *choice; /* Constrained choice or @code NULL@ */
Dtestlang.c290 ppd_choice_t *choice; /* PageSize/Letter choice */ in show_ppd()
Dppd-page.c195 ppd_choice_t *qualifier2, /* Second media qualifier */ in ppdPageSizeLimits()
Dppd-localize.c45 ppd_choice_t *choice; /* Current choice */ in ppdLocalize()
Dppd-cache.c80 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/
Dppdc-import.cxx33 ppd_choice_t *choice; // PPD choice in import_ppd()
154 ppd_choice_t *region_choice, // PageRegion choice in import_ppd()
Dppdmerge.cxx235 ppd_choice_t *c; // Choice in main()
/external/libcups/filter/
Drastertolabel.c153 ppd_choice_t *choice; /* Marked choice */ in StartPage()
441 ppd_choice_t *choice; /* Marked choice */ in EndPage()
Dpstops.c2300 ppd_choice_t *choice; /* PPD choice */ in set_pstops_options()
/external/libcups/systemv/
Dlpoptions.c389 ppd_choice_t *choice; /* Current choice */ in list_group()
Dcupstestppd.c145 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()
Dlpadmin.c1334 ppd_choice_t *choice; /* Marked choice */ in set_printer_options()
/external/libcups/scheduler/
Dcolorman.c346 ppd_choice_t *cm_choice; /* Color model choice */ in apple_register_profiles()
Dprinters.c3856 ppd_choice_t *choice; /* Current PPD choice */ in load_ppd()
/external/libcups/tools/
Dippeveprinter.c4740 ppd_choice_t *ppd_choice; /* PPD choice */ in load_ppd_attributes()