Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
state Struct Reference
Collaboration diagram for state:
Collaboration graph
[legend]

Data Fields

time_t ats [TZ_MAX_TIMES]
 
int charcnt
 
char chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))]
 
int goahead
 
int goback
 
int leapcnt
 
struct {
   struct state *   next
 
list
 
struct lsinfo lsis [TZ_MAX_LEAPS]
 
char name [TZ_STRLEN_MAX+1]
 
int timecnt
 
struct ttinfo ttis [TZ_MAX_TYPES]
 
int typecnt
 
unsigned char types [TZ_MAX_TIMES]
 
int wd [2]
 

Detailed Description

Examples:
/usr/src/asterisk-18.5.0/include/asterisk/logger.h.

Definition at line 158 of file localtime.c.

Field Documentation

◆ ats

time_t ats[TZ_MAX_TIMES]

Definition at line 167 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), tzload(), and tzparse().

◆ charcnt

int charcnt

Definition at line 164 of file localtime.c.

Referenced by tzload(), and tzparse().

◆ chars

char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))]

Definition at line 171 of file localtime.c.

Referenced by gmtsub(), localsub(), tzload(), and tzparse().

◆ goahead

int goahead

Definition at line 166 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), and tzload().

◆ goback

int goback

Definition at line 165 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), and tzload().

◆ leapcnt

int leapcnt

Definition at line 161 of file localtime.c.

Referenced by timesub(), tzload(), and tzparse().

◆ list

struct { ... } list

◆ lsis

struct lsinfo lsis[TZ_MAX_LEAPS]

Definition at line 172 of file localtime.c.

Referenced by timesub(), and tzload().

◆ name

char name[TZ_STRLEN_MAX+1]

Name of the file that this references

Definition at line 160 of file localtime.c.

Referenced by add_notify(), ast_tzset(), common_startup(), PathSegment::get_child(), gmtsub(), Parameter::load(), SwaggerType::load(), and Property::load().

◆ next

struct state* next

Definition at line 185 of file localtime.c.

◆ timecnt

int timecnt

Definition at line 162 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), tzload(), and tzparse().

◆ ttis

struct ttinfo ttis[TZ_MAX_TYPES]

Definition at line 169 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().

◆ typecnt

int typecnt

Definition at line 163 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().

◆ types

unsigned char types[TZ_MAX_TIMES]

Definition at line 168 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), tzload(), and tzparse().

◆ wd

int wd[2]

Definition at line 174 of file localtime.c.

Referenced by add_notify(), and inotify_daemon().


The documentation for this struct was generated from the following file: