Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_reentrancy.h85 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 Dreentrancy.c99 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
173 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
/php-src/ext/standard/
H A Ddatetime.c45 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
H A Dftp_fopen_wrapper.c847 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/php-src/ext/fileinfo/libmagic/
H A Dprint.c294 tm = php_gmtime_r(&t, &tmz); in file_fmtdatetime()
/php-src/ext/ftp/
H A Dftp.c1202 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/php-src/ext/session/
H A Dsession.c1135 res = php_gmtime_r(when, &tm); in strcpy_gmt()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2828 + tm = php_gmtime_r(&t, &tmz);

Completed in 33 milliseconds