Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dmemory.c345 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_write() local
376 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_read() local
397 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_close() local
424 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_flush() local
435 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_seek() local
455 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_cast() local
505 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_stat() local
516 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_set_option() local
578 php_stream_temp_data *ts; in _php_stream_temp_open() local
610 php_stream_temp_data *ts; in php_stream_url_wrap_rfc2397() local
/php-src/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()
120 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()
913 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_… in timelib_get_time_zone_offset_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-src/ext/fileinfo/libmagic/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
189 struct timespec ts; in main() local
H A Dprint.c279 struct timespec ts; in file_fmtdatetime() local
H A Dcdf.c1274 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1403 struct timeval ts; in cdf_dump_dir() local
1458 struct timeval ts; in cdf_dump_property_info() local
1553 struct timespec ts; in cdf_dump_catalog() local
H A Dreadcdf.c140 struct timespec ts; in cdf_file_property_info() local
H A Dapprentice.c882 size_t ts, v; in apprentice_magic_strength_1() local
2866 size_t ts = typesize(m->type); in getvalue() local
/php-src/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-src/ext/calendar/
H A Dcal_unix.c29 time_t ts; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Ddatetime.c73 char *ts; in PHP_FUNCTION() local
/php-src/ext/date/
H A Dphp_date.c856 zend_long ts; in php_date() local
899 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate()
1014 zend_long ts; in PHP_FUNCTION() local
1085 zend_long preset_ts, ts; in PHP_FUNCTION() local
1145 zend_long ts, adjust_seconds = 0; in php_mktime() local
1263 timelib_time *ts; in php_strftime() local
1386 timelib_time *ts; in PHP_FUNCTION() local
1441 timelib_time *ts; in PHP_FUNCTION() local
4310 #define add(i,ts) \ in PHP_FUNCTION() argument
4319 #define add_by_index(i,ts) \ in PHP_FUNCTION() argument
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c93 struct timespec ts; in ir_perf_timestamp() local
/php-src/TSRM/
H A DTSRM.h76 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1101 int64_t ts; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c280 #define getstr(ts)cast(const char*,(ts)+1) argument
492 union TString ts; member

Completed in 100 milliseconds