Searched refs:php_gmtime_r (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/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.3/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 | 847 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | print.c | 290 tm = php_gmtime_r(&t, &tmz); in file_fmtdatetime()
|
/PHP-8.3/ext/ftp/ |
H A D | ftp.c | 1182 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 1150 res = php_gmtime_r(when, &tm); in strcpy_gmt()
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 2710 + tm = php_gmtime_r(&t, &tmz);
|
Completed in 38 milliseconds