Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 20 of 20) sorted by relevance

/PHP-8.1/main/streams/
H A Dmemory.c342 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_write() local
373 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_read() local
394 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_close() local
421 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_flush() local
432 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_seek() local
452 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_cast() local
502 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_stat() local
513 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_set_option() local
575 php_stream_temp_data *ts; in _php_stream_temp_open() local
607 php_stream_temp_data *ts; in php_stream_url_wrap_rfc2397() local
/PHP-8.1/ext/date/lib/
H A Dastro.h55 #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 Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date()
57 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts) in timelib_unixtime2gmt()
121 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts) in timelib_unixtime2local()
H A Dparse_tz.c474 static char *format_ut_time(timelib_sll ts, timelib_tzinfo *tz) in format_ut_time()
790 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t… in timelib_fetch_timezone_offset()
854 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
870 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
881 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
H A Dparse_posix.c300 static void timelib_posix_trans_info_dtor(timelib_posix_trans_info* ts) in timelib_posix_trans_info_dtor()
531 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi… in timelib_fetch_posix_timezone_offset()
H A Dastro.c299 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 Dtimelib.c172 timelib_sll ts; in timelib_date_to_int() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf_time.c100 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 Dprint.c251 struct timespec ts; in file_fmttime() local
H A Dcdf.c1265 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1394 struct timeval ts; in cdf_dump_dir() local
1449 struct timeval ts; in cdf_dump_property_info() local
1544 struct timespec ts; in cdf_dump_catalog() local
H A Dreadcdf.c142 struct timespec ts; in cdf_file_property_info() local
H A Dapprentice.c822 size_t ts, v; in apprentice_magic_strength() local
2714 size_t ts = typesize(m->type); in getvalue() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_clock.c20 struct timespec ts; in fpm_clock_init() local
34 struct timespec ts; in fpm_clock_get() local
/PHP-8.1/ext/calendar/
H A Dcal_unix.c29 time_t ts; in PHP_FUNCTION() local
/PHP-8.1/ext/standard/
H A Ddatetime.c73 char *ts; in PHP_FUNCTION() local
/PHP-8.1/ext/date/
H A Dphp_date.c794 zend_long ts; in php_date() local
837 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate()
950 zend_long ts; in PHP_FUNCTION() local
1021 zend_long preset_ts, ts; in PHP_FUNCTION() local
1081 zend_long ts, adjust_seconds = 0; in php_mktime() local
1199 timelib_time *ts; in php_strftime() local
1322 timelib_time *ts; in PHP_FUNCTION() local
1377 timelib_time *ts; in PHP_FUNCTION() local
3695 #define add(i,ts) \ in PHP_FUNCTION() argument
3704 #define add_by_index(i,ts) \ in PHP_FUNCTION() argument
[all …]
/PHP-8.1/TSRM/
H A DTSRM.h75 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_perf_dump.c109 struct timespec ts; in zend_perf_timestamp() local
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp1041 int64_t ts; in PHP_FUNCTION() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c280 #define getstr(ts)cast(const char*,(ts)+1) argument
492 union TString ts; member

Completed in 96 milliseconds