Searched refs:tmbuf (Results 1 – 9 of 9) sorted by relevance
/PHP-7.4/ext/calendar/ |
H A D | cal_unix.c | 34 struct tm *ta, tmbuf; in PHP_FUNCTION() local 48 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
|
/PHP-7.4/ext/standard/ |
H A D | datetime.c | 44 struct tm *tm1, tmbuf; in php_std_date() local 47 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
|
H A D | info.c | 785 struct tm *ta, tmbuf; in php_print_info() local 788 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
|
H A D | ftp_fopen_wrapper.c | 838 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local 860 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
|
/PHP-7.4/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-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 270 struct tm *tm, tmbuf; in date_to_ISO8601() local 271 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
|
/PHP-7.4/ext/ftp/ |
H A D | ftp.c | 1166 struct tm *gmt, tmbuf; in ftp_mdtm() local 1192 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-7.4/main/ |
H A D | main.c | 1758 struct tm *ta, tmbuf; in php_message_handler_for_zend() local 1764 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
|
/PHP-7.4/ext/soap/ |
H A D | php_encoding.c | 2837 struct tm *ta, tmbuf; in to_xml_datetime_ex() local 2852 ta = php_localtime_r(×tamp, &tmbuf); in to_xml_datetime_ex()
|
Completed in 47 milliseconds