Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def490 ippGetDate
Dipp.h848 extern const ipp_uchar_t *ippGetDate(ipp_attribute_t *attr, int element)
Ddest-options.c1620 const ipp_uchar_t *date = ippGetDate(member, j); in cups_collection_string()
Dipp.c2164 ippGetDate(ipp_attribute_t *attr, /* I - IPP attribute */ in ippGetDate() function
/external/libcups/tools/
Dipptool.c2351 cupsFilePrintf(outfile, "<date>%s</date>\n", iso_date(ippGetDate(attr, i))); in print_attr()
2620 cupsFilePrintf(data->outfile, "%s%s", i ? "," : " ", iso_date(ippGetDate(attr, i))); in print_ippserver_attr()