CUBRID Engine  latest
tz_compile.h File Reference
Include dependency graph for tz_compile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void tzc_dump_summary (const TZ_DATA *tzd)
 
void tzc_dump_countries (const TZ_DATA *tzd)
 
void tzc_dump_timezones (const TZ_DATA *tzd)
 
void tzc_dump_one_timezone (const TZ_DATA *tzd, const int zone_id)
 
void tzc_dump_leap_sec (const TZ_DATA *tzd)
 

Function Documentation

void tzc_dump_countries ( const TZ_DATA tzd)

Definition at line 4637 of file tz_compile.c.

References assert, tz_country::code, tz_data::countries, tz_data::country_count, tz_country::full_name, i, and NULL.

Referenced by dump_tz().

Here is the caller graph for this function:

void tzc_dump_leap_sec ( const TZ_DATA tzd)
void tzc_dump_summary ( const TZ_DATA tzd)
void tzc_dump_timezones ( const TZ_DATA tzd)

Definition at line 4655 of file tz_compile.c.

References assert, i, NULL, tz_data::timezone_count, and tz_data::timezone_names.

Referenced by dump_tz().

Here is the caller graph for this function: