Searched refs:tmbuf (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/calendar/ |
H A D | cal_unix.c | 32 struct tm *ta, tmbuf; in PHP_FUNCTION() local 47 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/ |
H A D | datetime.c | 42 struct tm *tm1, tmbuf; in php_std_date() local 45 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
|
H A D | info.c | 803 struct tm *ta, tmbuf; in php_print_info() local 806 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
|
H A D | ftp_fopen_wrapper.c | 825 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-8.3/ext/phar/ |
H A D | zip.c | 126 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.3/ext/ftp/ |
H A D | ftp.c | 1156 struct tm *gmt, tmbuf; in ftp_mdtm() local 1182 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-8.3/main/ |
H A D | main.c | 1711 struct tm *ta, tmbuf; in php_message_handler_for_zend() local 1717 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 2906 struct tm *ta, tmbuf; in to_xml_datetime_ex() local 2921 ta = php_localtime_r(×tamp, &tmbuf); in to_xml_datetime_ex()
|
Completed in 47 milliseconds