php_localtime_r    44 ext/calendar/cal_unix.c 	if (!(ta = php_localtime_r(&ts, &tmbuf))) {
php_localtime_r    41 ext/calendar/easter.c 		res = php_localtime_r(&a, &b);
php_localtime_r   130 ext/phar/zip.c 	tm = php_localtime_r(&now, &tmbuf);
php_localtime_r   149 ext/phar/zip.c 	tm = php_localtime_r(&time, &tmbuf);
php_localtime_r  2884 ext/soap/php_encoding.c 		ta = php_localtime_r(&timestamp, &tmbuf);
php_localtime_r   848 ext/standard/info.c 	        ta = php_localtime_r(&the_time, &tmbuf);
php_localtime_r  1485 main/main.c    				ta = php_localtime_r(&curtime, &tmbuf);
php_localtime_r    63 main/php_reentrancy.h PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
php_localtime_r   256 sapi/cli/php_cli_server.c 	php_localtime_r(&tv.tv_sec, &tm);