Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dmemory.c354 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_write() local
384 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_read() local
405 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_close() local
432 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_flush() local
443 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_seek() local
463 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_cast() local
514 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_stat() local
525 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_set_option() local
587 php_stream_temp_data *ts; in _php_stream_temp_open() local
619 php_stream_temp_data *ts; in php_stream_url_wrap_rfc2397() local
/PHP-7.2/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.c33 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 Dparse_tz.c556 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
600 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
616 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
627 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
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.c169 timelib_sll ts; in timelib_date_to_int() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp()
185 struct timeval ts; in main() local
H A Dprint.c84 struct timeval ts; in file_fmttime() local
H A Dcdf.c1264 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1393 struct timeval ts; in cdf_dump_dir() local
1448 struct timeval ts; in cdf_dump_property_info() local
1543 struct timespec ts; in cdf_dump_catalog() local
H A Dreadcdf.c140 struct timeval ts; in cdf_file_property_info() local
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_clock.c21 struct timespec ts; in fpm_clock_init() local
36 struct timespec ts; in fpm_clock_get() local
/PHP-7.2/ext/calendar/
H A Dcal_unix.c31 time_t ts = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/standard/
H A Ddatetime.c88 char *ts; in PHP_FUNCTION() local
/PHP-7.2/ext/date/
H A Dphp_date.c1275 zend_long ts; in php_date() local
1291 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime) /* {… in php_format_date()
1318 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate()
1434 zend_long ts = 0; in PHP_FUNCTION() local
1505 zend_long preset_ts = 0, ts; in PHP_FUNCTION() local
1548 zend_long ts, adjust_seconds = 0; in php_mktime() local
1665 timelib_time *ts; in php_strftime() local
1785 timelib_time *ts; in PHP_FUNCTION() local
1833 timelib_time *ts; in PHP_FUNCTION() local
4043 #define add(i,ts) \ in PHP_FUNCTION() argument
/PHP-7.2/TSRM/
H A DTSRM.h97 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1205 static struct timeval ts, te; variable
1207 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument
1213 static struct tms ts, te; variable
1215 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp1222 int64_t ts; in PHP_FUNCTION() local

Completed in 158 milliseconds