Home
last modified time | relevance | path

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

/PHP-8.0/ext/calendar/
H A Dcal_unix.c32 struct tm *ta, tmbuf; in PHP_FUNCTION() local
47 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Ddatetime.c42 struct tm *tm1, tmbuf; in php_std_date() local
45 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
H A Dinfo.c774 struct tm *ta, tmbuf; in php_print_info() local
777 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
H A Dftp_fopen_wrapper.c826 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local
848 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/PHP-8.0/ext/phar/
H A Dzip.c126 struct tm *tm, tmbuf; in phar_zip_d2u_time() local
130 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
147 struct tm *tm, tmbuf; in phar_zip_u2d_time() local
149 tm = php_localtime_r(&time, &tmbuf); in phar_zip_u2d_time()
/PHP-8.0/ext/ftp/
H A Dftp.c1135 struct tm *gmt, tmbuf; in ftp_mdtm() local
1161 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/PHP-8.0/main/
H A Dmain.c1643 struct tm *ta, tmbuf; in php_message_handler_for_zend() local
1649 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c2835 struct tm *ta, tmbuf; in to_xml_datetime_ex() local
2850 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()

Completed in 52 milliseconds