/PHP-7.4/main/streams/ |
H A D | memory.c | 373 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_write() local 403 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_read() local 424 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_close() local 451 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_flush() local 462 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_seek() local 482 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_cast() local 533 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_stat() local 544 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_set_option() local 606 php_stream_temp_data *ts; in _php_stream_temp_open() local 638 php_stream_temp_data *ts; in php_stream_url_wrap_rfc2397() local
|
/PHP-7.4/ext/date/lib/ |
H A D | astro.h | 55 #define timelib_astro_sun_rise_set(ts,lon,lat,hrise,hset,rise,set) \ argument 61 #define civil_twilight(ts,lon,lat,start,end) \ argument 67 #define nautical_twilight(ts,lon,lat,start,end) \ argument 73 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
|
H A D | unixtime2tm.c | 33 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts) in timelib_unixtime2gmt() 157 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts) in timelib_unixtime2local()
|
H A D | parse_tz.c | 600 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset() 635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset() 651 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst() 662 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
|
H A D | astro.c | 299 double timelib_ts_to_julianday(timelib_sll ts) in timelib_ts_to_julianday() 310 double timelib_ts_to_j2000(timelib_sll ts) in timelib_ts_to_j2000()
|
H A D | timelib.c | 169 timelib_sll ts; in timelib_date_to_int() local
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 100 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp() 185 struct timespec ts; in main() local
|
H A D | print.c | 243 struct timespec ts; in file_fmttime() local
|
H A D | cdf.c | 1249 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time() 1378 struct timeval ts; in cdf_dump_dir() local 1433 struct timeval ts; in cdf_dump_property_info() local 1528 struct timespec ts; in cdf_dump_catalog() local
|
H A D | readcdf.c | 142 struct timespec ts; in cdf_file_property_info() local
|
H A D | apprentice.c | 787 size_t ts, v; in apprentice_magic_strength() local 2642 size_t ts = typesize(m->type); in getvalue() local
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_clock.c | 20 struct timespec ts; in fpm_clock_init() local 35 struct timespec ts; in fpm_clock_get() local
|
/PHP-7.4/ext/calendar/ |
H A D | cal_unix.c | 32 time_t ts = 0; in PHP_FUNCTION() local
|
/PHP-7.4/ext/standard/ |
H A D | datetime.c | 76 char *ts; in PHP_FUNCTION() local
|
/PHP-7.4/ext/date/ |
H A D | php_date.c | 1282 zend_long ts; in php_date() local 1298 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime) /* {… in php_format_date() 1325 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate() 1441 zend_long ts = 0; in PHP_FUNCTION() local 1512 zend_long preset_ts = 0, ts; in PHP_FUNCTION() local 1555 zend_long ts, adjust_seconds = 0; in php_mktime() local 1671 timelib_time *ts; in php_strftime() local 1794 timelib_time *ts; in PHP_FUNCTION() local 1846 timelib_time *ts; in PHP_FUNCTION() local 4098 #define add(i,ts) \ in PHP_FUNCTION() argument
|
/PHP-7.4/TSRM/ |
H A D | TSRM.h | 87 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 1219 int64_t ts; in PHP_FUNCTION() local
|