PostgreSQL Source Code  git master
state Struct Reference

#include <regguts.h>

Data Fields

int no
 
char flag
 
int nins
 
int nouts
 
struct arcins
 
struct arcouts
 
struct statetmp
 
struct statenext
 
struct stateprev
 
int leapcnt
 
int timecnt
 
int typecnt
 
int charcnt
 
bool goback
 
bool goahead
 
pg_time_t ats [TZ_MAX_TIMES]
 
unsigned char types [TZ_MAX_TIMES]
 
struct ttinfo ttis [TZ_MAX_TYPES]
 
char chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, 4),(2 *(TZ_STRLEN_MAX+1)))]
 
struct lsinfo lsis [TZ_MAX_LEAPS]
 
int defaulttype
 

Detailed Description

Definition at line 322 of file regguts.h.

Field Documentation

◆ ats

pg_time_t state::ats[TZ_MAX_TIMES]

Definition at line 49 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ charcnt

int state::charcnt

Definition at line 46 of file pgtz.h.

Referenced by pg_interpret_timezone_abbrev(), tzloadbody(), and tzparse().

◆ chars

char state::chars[BIGGEST(BIGGEST(TZ_MAX_CHARS+1, 4),(2 *(TZ_STRLEN_MAX+1)))]

Definition at line 52 of file pgtz.h.

Referenced by gmtsub(), localsub(), pg_interpret_timezone_abbrev(), typesequiv(), tzloadbody(), and tzparse().

◆ defaulttype

int state::defaulttype

Definition at line 61 of file pgtz.h.

Referenced by localsub(), tzloadbody(), and tzparse().

◆ flag

char state::flag

◆ goahead

bool state::goahead

Definition at line 48 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ goback

bool state::goback

Definition at line 47 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ ins

◆ leapcnt

int state::leapcnt

Definition at line 43 of file pgtz.h.

Referenced by leapcorr(), timesub(), tzloadbody(), and tzparse().

◆ lsis

struct lsinfo state::lsis[TZ_MAX_LEAPS]

Definition at line 52 of file pgtz.h.

Referenced by leapcorr(), timesub(), and tzloadbody().

◆ next

◆ nins

◆ no

◆ nouts

◆ outs

◆ prev

struct state* state::prev

Definition at line 334 of file regguts.h.

Referenced by freestate(), and newstate().

◆ timecnt

int state::timecnt

◆ tmp

◆ ttis

◆ typecnt

int state::typecnt

Definition at line 45 of file pgtz.h.

Referenced by pg_get_timezone_offset(), pg_next_dst_boundary(), typesequiv(), tzloadbody(), and tzparse().

◆ types

unsigned char state::types[TZ_MAX_TIMES]

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