Home
last modified time | relevance | path

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

/php-src/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-src/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.c783 struct tm *ta, tmbuf; in php_print_info() local
786 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
H A Dftp_fopen_wrapper.c825 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local
847 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/php-src/ext/phar/
H A Dzip.c158 struct tm *tm, tmbuf; in phar_zip_d2u_time() local
162 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
179 struct tm *tm, tmbuf; in phar_zip_u2d_time() local
181 tm = php_localtime_r(&time, &tmbuf); in phar_zip_u2d_time()
/php-src/ext/ftp/
H A Dftp.c1176 struct tm *gmt, tmbuf; in ftp_mdtm() local
1202 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/php-src/main/
H A Dmain.c1751 struct tm *ta, tmbuf; in php_message_handler_for_zend() local
1757 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
/php-src/ext/soap/
H A Dphp_encoding.c2890 struct tm *ta, tmbuf; in to_xml_datetime_ex() local
2905 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()

Completed in 33 milliseconds