Home
last modified time | relevance | path

Searched refs:ippGetName (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dlibcups2.def441 ippGetName
Dtlscheck.c730 if ((name = ippGetName(attr)) == NULL) in main()
Dipp.h947 extern const char *ippGetName(ipp_attribute_t *attr) _CUPS_API_1_6;
Dipp.c2247 ippGetName(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetName() function
/external/libcups/filter/
Dtestclient.c891 if ((name = ippGetName(attr)) != NULL) in show_attributes()