PostgreSQL Source Code git master
pg_ctype_cache Struct Reference

Data Fields

regc_wc_probefunc probefunc
 
pg_locale_t locale
 
struct cvec cv
 
struct pg_ctype_cachenext
 

Detailed Description

Definition at line 207 of file regc_pg_locale.c.

Field Documentation

◆ cv

struct cvec pg_ctype_cache::cv

Definition at line 211 of file regc_pg_locale.c.

Referenced by regc_ctype_get_cache(), and store_match().

◆ locale

pg_locale_t pg_ctype_cache::locale

Definition at line 210 of file regc_pg_locale.c.

Referenced by regc_ctype_get_cache().

◆ next

struct pg_ctype_cache* pg_ctype_cache::next

Definition at line 212 of file regc_pg_locale.c.

Referenced by regc_ctype_get_cache().

◆ probefunc

regc_wc_probefunc pg_ctype_cache::probefunc

Definition at line 209 of file regc_pg_locale.c.

Referenced by regc_ctype_get_cache().


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