Searched refs:php_gmtime_r (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/main/ |
H A D | php_reentrancy.h | 94 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm); 96 #define php_gmtime_r gmtime_r macro 98 struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
|
H A D | reentrancy.c | 103 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function 225 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
|
/PHP-7.3/ext/standard/ |
H A D | datetime.c | 47 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
|
H A D | ftp_fopen_wrapper.c | 860 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
|
/PHP-7.3/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 | 253 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 274 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
|
/PHP-7.3/ext/ftp/ |
H A D | ftp.c | 1187 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_query.c | 698 res = php_gmtime_r(&Z_LVAL_P(b_var), &t); in _php_ibase_bind()
|
/PHP-7.3/ext/session/ |
H A D | session.c | 1123 res = php_gmtime_r(when, &tm); in strcpy_gmt()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 1710 + if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) { 3751 + tm = php_gmtime_r(&t, &tmz);
|
Completed in 43 milliseconds