Home
last modified time | relevance | path

Searched refs:ippTimeToDate (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dlibcups2.def537 ippTimeToDate
Dipp-file.c658 return (ippSetDate(ipp, attr, element, ippTimeToDate(curtime))); in parse_value()
Dipp.h793 extern const ipp_uchar_t *ippTimeToDate(time_t t) _CUPS_PUBLIC;
Dipp.c4660 ippTimeToDate(time_t t) /* I - Time in seconds */ in ippTimeToDate() function
/external/libcups/tools/
Dipptool.c243 _ippVarsSet(&vars, "date-start", iso_date(ippTimeToDate(time(NULL)))); in main()
3997 _ippVarsSet(vars, "date-current", iso_date(ippTimeToDate(time(NULL)))); in token_cb()
4010 _ippVarsSet(vars, "date-current", iso_date(ippTimeToDate(time(NULL)))); in token_cb()
4030 _ippVarsSet(vars, "date-current", iso_date(ippTimeToDate(time(NULL)))); in token_cb()
4049 _ippVarsSet(vars, "date-current", iso_date(ippTimeToDate(time(NULL)))); in token_cb()
Dippeveprinter.c910 …ippAddDate(client->response, IPP_TAG_JOB, "date-time-at-completed", ippTimeToDate(job->completed)); in copy_job_attributes()
918 …ippAddDate(client->response, IPP_TAG_JOB, "date-time-at-processing", ippTimeToDate(job->processing… in copy_job_attributes()
1183 ippAddDate(job->attrs, IPP_TAG_JOB, "date-time-at-creation", ippTimeToDate(time(&job->created))); in create_job()
3472 …ippAddDate(client->response, IPP_TAG_PRINTER, "printer-config-change-date-time", ippTimeToDate(pri… in ipp_get_printer_attributes()
3478 … ippAddDate(client->response, IPP_TAG_PRINTER, "printer-current-time", ippTimeToDate(time(NULL))); in ipp_get_printer_attributes()
3485 …ippAddDate(client->response, IPP_TAG_PRINTER, "printer-state-change-date-time", ippTimeToDate(prin… in ipp_get_printer_attributes()
/external/libcups/scheduler/
Dipp.c1665 ippAddDate(job->attrs, IPP_TAG_JOB, "date-time-at-creation", ippTimeToDate(time(NULL))); in add_job()
4791 …ippAddDate(con->response, IPP_TAG_JOB, "date-time-at-completed", ippTimeToDate(job->completed_time… in copy_job_attrs()
4794 …ippAddDate(con->response, IPP_TAG_JOB, "date-time-at-creation", ippTimeToDate(job->creation_time)); in copy_job_attrs()
4900 …ippAddDate(con->response, IPP_TAG_PRINTER, "printer-config-change-date-time", ippTimeToDate(printe… in copy_printer_attrs()
4906 ippAddDate(con->response, IPP_TAG_PRINTER, "printer-current-time", ippTimeToDate(curtime)); in copy_printer_attrs()
4966 …ippAddDate(con->response, IPP_TAG_PRINTER, "printer-state-change-date-time", ippTimeToDate(printer… in copy_printer_attrs()
Djob.c4752 ippSetDate(job->attrs, &attr, 0, ippTimeToDate(curtime)); in set_time()