Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dsession.c1117 static inline void strcpy_gmt(char *ubuf, time_t *when) /* {{{ */ in strcpy_gmt() function
1154 strcpy_gmt(buf + sizeof(LAST_MODIFIED) - 1, &sb.st_mtime); in last_modified()
1170 strcpy_gmt(buf + sizeof(EXPIRES) - 1, &now); in CACHE_LIMITER_FUNC()

Completed in 12 milliseconds