Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c52 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_preamble()
75 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
97 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
127 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types()
142 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
225 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
237 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
256 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
360 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
446 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
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.c116 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
143 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
H A Dtm2unixtime.c369 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp90 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() local
157 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body() local
H A Dcalendar_methods.cpp782 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() local
1270 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION() local
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp69 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() local
76 TimeZone *tz; in PHP_FUNCTION() local
114 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() local
H A Dtimezone_class.cpp288 const TimeZone *tz; in TimeZone_get_debug_info() local
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp109 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
/PHP-5.5/ext/date/
H A Dphp_date.h140 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
H A Dphp_date.c989 char *tz; in get_timezone_info() local
3681 char *tz; in PHP_FUNCTION() local
3700 char *tz; in PHP_METHOD() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15386 int tz; /* Timezone offset in minutes */ member

Completed in 368 milliseconds