Searched refs:ippGetCount (Results 1 – 10 of 10) sorted by relevance
/external/libcups/cups/ |
D | testoptions.c | 122 else if (ippGetCount(attr) != 1) in main() 124 printf("FAIL (\"foo\" has %d values, expected 1)\n", (int)ippGetCount(attr)); in main() 142 else if (ippGetCount(attr) != 2) in main() 144 printf("FAIL (\"auth-info\" has %d values, expected 2)\n", (int)ippGetCount(attr)); in main()
|
D | testdest.c | 261 count = ippGetCount(attr); in localize() 292 count = ippGetCount(attr); in localize() 605 count = ippGetCount(attr); in show_supported() 636 count = ippGetCount(attr); in show_supported()
|
D | ppd-cache.c | 2029 int num_values = ippGetCount(attr); /* Number of values */ in _ppdCacheGetFinishingOptions() 3196 for (i = 1, bottom = ippGetInteger(attr, 0), count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3205 for (i = 1, left = ippGetInteger(attr, 0), count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3214 for (i = 1, right = ippGetInteger(attr, 0), count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3223 for (i = 1, top = ippGetInteger(attr, 0), count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3261 for (i = 0, count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3301 for (i = 0, count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3337 for (i = 0, count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() 3390 …bute(response, "media-source-supported", IPP_TAG_ZERO)) != NULL && (count = ippGetCount(attr)) > 1) in _ppdCreateFromIPP() 3449 for (i = 0, count = ippGetCount(attr); i < count; i ++) in _ppdCreateFromIPP() [all …]
|
D | cupspm.md | 399 int i, count = ippGetCount(finishings); 415 int i, count = ippGetCount(attrs); 451 int i, count = ippGetCount(def_attr); 486 int i, count = ippGetCount(ready_finishings); 943 int i, count = ippGetCount(attr); 950 The `ippGetCount` function returns the number of values in an attribute.
|
D | ppd-util.c | 593 DEBUG_printf(("5cups_get_printer_uri: Got member-uris with %d values.", ippGetCount(attr))); in cups_get_printer_uri()
|
D | libcups2.def | 437 ippGetCount
|
D | ipp-support.c | 1771 count = ippGetCount(requested); in ippCreateRequestedArray()
|
D | ipp.h | 941 extern int ippGetCount(ipp_attribute_t *attr) _CUPS_API_1_6;
|
D | ipp.c | 2141 ippGetCount(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetCount() function
|
/external/libcups/filter/ |
D | testclient.c | 537 for (i = 0, count = ippGetCount(attr); i < count; i ++) in make_raster_file() 551 for (i = 0, count = ippGetCount(attr); i < count; i ++) in make_raster_file() 894 …printf(" %s(%s%s)=%s\n", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValue… in show_attributes()
|