Searched refs:sorted_attrs (Results 1 – 9 of 9) sorted by relevance
56 if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL) in ppdFindAttr()66 if ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL && in ppdFindAttr()102 while ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL) in ppdFindNextAttr()114 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
141 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()147 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()158 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()164 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
222 cupsArraySave(ppd->sorted_attrs); in ppdPageSizeLimits()338 cupsArrayRestore(ppd->sorted_attrs); in ppdPageSizeLimits()
218 cupsArraySave(ppd->sorted_attrs); in cupsResolveConflicts()529 cupsArrayRestore(ppd->sorted_attrs); in cupsResolveConflicts()552 cupsArrayRestore(ppd->sorted_attrs); in cupsResolveConflicts()
339 cups_array_t *sorted_attrs; /* Attribute lookup array @since CUPS 1.2/macOS 10.5@ @private@ */ member
201 cupsArrayDelete(ppd->sorted_attrs); in ppdClose()2308 if (!ppd->sorted_attrs) in ppd_add_attr()2309 ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, in ppd_add_attr()2347 cupsArrayAdd(ppd->sorted_attrs, temp); in ppd_add_attr()
1336 for (attr = (ppd_attr_t *)cupsArrayFirst(ppd->sorted_attrs); in main()1338 attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) in main()
265 cupsArraySave(ppd->sorted_attrs); in apple_init_profile()298 cupsArrayRestore(ppd->sorted_attrs); in apple_init_profile()495 cupsArraySave(ppd->sorted_attrs); in apple_register_profiles()504 cupsArrayRestore(ppd->sorted_attrs); in apple_register_profiles()
1808 cupsArraySave(ppd->sorted_attrs); in check_constraints()1824 cupsArrayRestore(ppd->sorted_attrs); in check_constraints()