Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/date/lib/
H A Dparse_tz.c52 static void read_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_preamble()
70 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
84 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
114 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
197 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
216 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
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 Dunixtime2tm.c178 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local() local
245 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dtimelib.c114 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
141 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
H A Dtm2unixtime.c361 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
/PHP-5.4/ext/date/
H A Dphp_date.h125 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
H A Dphp_date.c939 char *tz; in get_timezone_info() local
3235 char *tz; in PHP_FUNCTION() local
3258 char *tz; in PHP_METHOD() local
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c15386 int tz; /* Timezone offset in minutes */ member

Completed in 552 milliseconds