Home
last modified time | relevance | path

Searched refs:typecnt (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_tz.c188 (tz->_bit32.typecnt == 1) && in detect_slim_file()
263 for (i = 0; i < tz->bit64.typecnt; i++) { in read_64bit_types()
381 for (i = 0; i < tz->bit64.typecnt; i++) { in find_ttinfo_index()
409 tz->type[tz->bit64.typecnt].isdst = isdst; in add_new_ttinfo_index()
411 tz->type[tz->bit64.typecnt].isstdcnt = 0; in add_new_ttinfo_index()
412 tz->type[tz->bit64.typecnt].isgmtcnt = 0; in add_new_ttinfo_index()
414 ++tz->bit64.typecnt; in add_new_ttinfo_index()
416 return tz->bit64.typecnt - 1; in add_new_ttinfo_index()
752 tmp->_bit32.typecnt = tz->_bit32.typecnt; in timelib_tzinfo_clone()
758 tmp->bit64.typecnt = tz->bit64.typecnt; in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h197 uint32_t typecnt; member
205 uint64_t typecnt; member

Completed in 18 milliseconds