Searched refs:ippTimeToDate (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 537 ippTimeToDate
|
D | ipp-file.c | 658 return (ippSetDate(ipp, attr, element, ippTimeToDate(curtime))); in parse_value()
|
D | ipp.h | 793 extern const ipp_uchar_t *ippTimeToDate(time_t t) _CUPS_PUBLIC;
|
D | ipp.c | 4660 ippTimeToDate(time_t t) /* I - Time in seconds */ in ippTimeToDate() function
|
/external/libcups/tools/ |
D | ipptool.c | 243 _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()
|
D | ippeveprinter.c | 910 …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/ |
D | ipp.c | 1665 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()
|
D | job.c | 4752 ippSetDate(job->attrs, &attr, 0, ippTimeToDate(curtime)); in set_time()
|