Searched refs:state_time (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.h80 time_t state_time; /* Time at this state */ member in struct:cupsd_printer_s
H A Dclasses.c475 p->state_time = atoi(value);
757 cupsFilePrintf(fp, "StateTime %d\n", (int)pclass->state_time);
H A Dprinters.c99 p->state_time = time(NULL);
1066 p->state_time = atoi(value);
1435 cupsFilePrintf(fp, "StateTime %d\n", (int)printer->state_time);
2560 p->state_time = time(NULL);
H A Dipp.c4955 "printer-state-change-time", printer->state_time);
/macosx-10.10/Libnotify-133.1.1/
H A Dlibnotify.h124 uint64_t state_time; member in struct:__anon2890
H A Dlibnotify.c1138 n->state_time = mach_absolute_time();
/macosx-10.10/cups-408/cups/test/
H A Dippserver.c270 time_t state_time; /* printer-state-change-time */ member in struct:_ipp_printer_s
1449 printer->state_time = printer->start_time;
3172 ippAddDate(client->response, IPP_TAG_PRINTER, "printer-state-change-date-time", ippTimeToDate(printer->state_time));
3175 ippAddInteger(client->response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "printer-state-change-time", (int)(printer->state_time - printer->start_time));
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c1619 if (prev_time > n->state_time) n->state = prev_state;

Completed in 163 milliseconds