/PHP-5.4/main/streams/ |
H A D | memory.c | 361 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_write() local 387 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_read() local 408 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_close() local 433 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_flush() local 444 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_seek() local 464 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_cast() local 510 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_stat() local 521 php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract; in php_stream_temp_set_option() local 574 php_stream_temp_data *ts; in _php_stream_temp_open() local 604 php_stream_temp_data *ts; in php_stream_url_wrap_rfc2397() local
|
/PHP-5.4/ext/date/lib/ |
H A D | astro.h | 31 #define timelib_astro_sun_rise_set(ts,lon,lat,hrise,hset,rise,set) \ argument 37 #define civil_twilight(ts,lon,lat,start,end) \ argument 43 #define nautical_twilight(ts,lon,lat,start,end) \ argument 49 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
|
H A D | parse_tz.c | 335 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset() 379 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset() 395 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst() 406 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
|
H A D | unixtime2tm.c | 40 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts) in timelib_unixtime2gmt() 175 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts) in timelib_unixtime2local()
|
H A D | timelib.c | 179 timelib_sll ts; in timelib_date_to_int() local
|
H A D | astro.c | 293 double timelib_ts_to_juliandate(timelib_sll ts) in timelib_ts_to_juliandate()
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 99 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() 184 struct timeval ts; in main() local
|
H A D | print.c | 83 struct timeval ts; in file_fmttime() local
|
H A D | readcdf.c | 53 struct timeval ts; local
|
H A D | cdf.c | 1033 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time() 1153 struct timeval ts; in cdf_dump_dir() local 1206 struct timeval ts; local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_clock.c | 22 struct timespec ts; in fpm_clock_init() local 37 struct timespec ts; in fpm_clock_get() local
|
/PHP-5.4/ext/calendar/ |
H A D | cal_unix.c | 31 time_t ts = 0; in PHP_FUNCTION() local
|
/PHP-5.4/ext/standard/ |
H A D | datetime.c | 88 char *ts; in PHP_FUNCTION() local
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 1171 long ts; in php_date() local 1187 PHPAPI char *php_format_date(char *format, int format_len, time_t ts, int localtime TSRMLS_DC) /* {… in php_format_date() 1214 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC) in php_idate() 1330 long ts = 0; in PHP_FUNCTION() local 1400 long preset_ts = 0, ts; in PHP_FUNCTION() local 1460 long ts, adjust_seconds = 0; in php_mktime() local 1590 timelib_time *ts; in php_strftime() local 1697 timelib_time *ts; in PHP_FUNCTION() local 1743 timelib_time *ts; in PHP_FUNCTION() local 3403 #define add(i,ts) \ in PHP_FUNCTION() argument
|
/PHP-5.4/TSRM/ |
H A D | TSRM.h | 100 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regexec.c | 1271 static struct timeval ts, te; variable 1273 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument 1279 static struct tms ts, te; variable 1281 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
|