Searched refs:php_gmtime_r (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/main/ |
H A D | php_reentrancy.h | 85 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm); 87 #define php_gmtime_r gmtime_r macro 89 struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
|
H A D | reentrancy.c | 100 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function 174 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
|
/PHP-8.1/ext/standard/ |
H A D | datetime.c | 45 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
|
H A D | ftp_fopen_wrapper.c | 848 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 156 if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) { in cdf_timespec_to_timestamp()
|
H A D | print.c | 263 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
|
/PHP-8.1/ext/ftp/ |
H A D | ftp.c | 1158 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 1283 + if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) { 2937 + tm = php_gmtime_r(&t, &tmz);
|
/PHP-8.1/ext/session/ |
H A D | session.c | 1129 res = php_gmtime_r(when, &tm); in strcpy_gmt()
|
Completed in 58 milliseconds