MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpGetDateString

Function httpGetDateString

cups/http-support.c:783–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781 */
782
783const char * /* O - Date/time string */
784httpGetDateString(time_t t) /* I - Time in seconds */
785{
786 _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */
787
788
789 return (httpGetDateString2(t, cg->http_date, sizeof(cg->http_date)));
790}
791
792
793/*

Callers 12

cupsdReadClientFunction · 0.85
write_fileFunction · 0.85
email_messageFunction · 0.85
httpCredentialsStringFunction · 0.85
get_cupsd_confFunction · 0.85
mainFunction · 0.85
httpWriteResponseFunction · 0.85
mainFunction · 0.85
cupsGetPPD3Function · 0.85
httpCredentialsStringFunction · 0.85
httpCredentialsStringFunction · 0.85
httpCredentialsStringFunction · 0.85

Calls 2

_cupsGlobalsFunction · 0.85
httpGetDateString2Function · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68