Searched refs:ppd_attr_t (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dattr.c36 ppd_attr_t * /* O - Attribute or @code NULL@ if not found */
41 ppd_attr_t key, /* Search key */
66 if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL)
76 if ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL &&
93 ppd_attr_t * /* O - Attribute or @code NULL@ if not found */
98 ppd_attr_t *attr; /* Current attribute */
112 while ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL)
H A Dlocalize.c61 ppd_attr_t *attr, /* Current attribute */
192 ppd_attr_t * /* O - Localized attribute or @code NULL@ if none exists */
197 ppd_attr_t *locattr; /* Localized attribute */
246 ppd_attr_t *locattr; /* Localized attribute */
495 ppd_attr_t *locattr; /* Localized attribute */
552 ppd_attr_t *attr; /* cupsLanguages attribute */
647 ppd_attr_t * /* O - Localized attribute or NULL */
654 ppd_attr_t *attr; /* Current attribute */
H A Dbackend.c58 ppd_attr_t *ppdattr; /* PPD attribute */
H A Dppd.h154 } ppd_attr_t; typedef in typeref:struct:ppd_attr_s
343 ppd_attr_t **attrs; /* Attributes @since CUPS 1.1.19/OS X 10.3@ @private@ */
402 extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name,
404 extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name,
457 extern ppd_attr_t *ppdLocalizeAttr(ppd_file_t *ppd, const char *keyword,
H A Demit.c133 ppd_attr_t *attr; /* NonUIOrderDependency value */
397 ppd_attr_t *charset; /* PJL charset */
398 ppd_attr_t *display; /* PJL display command */
876 ppd_attr_t *attr; /* PPD attribute */
1113 ppd_attr_t *rpr; /* RequiresPageRegion value */
H A Dppd-private.h194 extern ppd_attr_t *_ppdLocalizedAttr(ppd_file_t *ppd, const char *keyword,
H A Dppd.c64 static ppd_attr_t *ppd_add_attr(ppd_file_t *ppd, const char *name,
69 static int ppd_compare_attrs(ppd_attr_t *a, ppd_attr_t *b);
106 ppd_attr_t **attr; /* Current attribute */
420 ppd_attr_t *custom_attr; /* CustomFoo attribute */
2207 static ppd_attr_t * /* O - New attribute */
2214 ppd_attr_t **ptr, /* New array */
2238 ptr = malloc(sizeof(ppd_attr_t *));
2240 ptr = realloc(ppd->attrs, (size_t)(ppd->num_attrs + 1) * sizeof(ppd_attr_t *));
2248 if ((temp = calloc(1, sizeof(ppd_attr_t)))
[all...]
H A Dpage.c211 ppd_attr_t *attr; /* Attribute */
H A Dtestppd.c150 ppd_attr_t *attr; /* Current attribute */
1071 for (attr = (ppd_attr_t *)cupsArrayFirst(ppd->sorted_attrs);
1073 attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs))
H A Dconflicts.c188 ppd_attr_t *resolver; /* Current resolver */
710 ppd_attr_t *constattr; /* Current cupsUIConstraints attribute */
H A Dmark.c69 ppd_attr_t *attr; /* PPD attribute */
H A Dppd-cache.c626 ppd_attr_t *ppd_attr; /* Current PPD preset attribute */
/macosx-10.10.1/cups-408/cups/examples/
H A Dppdx.c66 ppd_attr_t *attr; /* Keyword/value from PPD file */
/macosx-10.10.1/cups-408/cups/filter/
H A Dcommandtops.c134 ppd_attr_t *attr; /* Query command attribute */
H A Drastertopwg.c52 ppd_attr_t *back; /* cupsBackSize attribute */
H A Dpstops.c2301 ppd_attr_t *attr; /* PPD attribute */
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdmerge.cxx245 ppd_attr_t *attr; // PPD attribute
H A Dppdc-import.cxx45 ppd_attr_t *attr; // PPD attribute
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcolorman.c230 ppd_attr_t *attr; /* Profile attribute */
336 ppd_attr_t *attr, /* Profile attributes */
1321 ppd_attr_t *attr; /* Profile attributes */
1375 ppd_attr_t *attr; /* Profile attributes */
H A Dprinters.c3640 ppd_attr_t *ppd_attr; /* PPD attribute */
H A Dipp.c2751 ppd_attr_t *ppdattr; /* cupsPortMonitor attribute */
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c164 ppd_attr_t *attr; /* PPD attribute */
1769 ppd_attr_t *constattr; /* Current cupsUIConstraints attribute */
2190 ppd_attr_t *attr; /* PPD attribute */
2343 ppd_attr_t *attr; /* PPD attribute */
2933 ppd_attr_t *attr; /* PPD attribute */
3374 ppd_attr_t *attr; /* PPD attribute */
/macosx-10.10.1/cups-408/cups/backend/
H A Dsnmp-supplies.c459 ppd_attr_t *ppdattr; /* cupsSNMPSupplies attribute */
H A Dusb-darwin.c2337 ppd_attr_t *version = ppdFindAttr(ppd, "FileVersion", "");

Completed in 291 milliseconds