PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pg_ctype_cache Struct Reference

Data Fields

pg_wc_probefunc probefunc
 
pg_locale_t locale
 
struct cvec cv
 
struct pg_ctype_cachenext
 

Detailed Description

Definition at line 634 of file regc_pg_locale.c.

Field Documentation

◆ cv

struct cvec pg_ctype_cache::cv

Definition at line 638 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache(), and store_match().

◆ locale

pg_locale_t pg_ctype_cache::locale

Definition at line 637 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().

◆ next

struct pg_ctype_cache* pg_ctype_cache::next

Definition at line 639 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().

◆ probefunc

pg_wc_probefunc pg_ctype_cache::probefunc

Definition at line 636 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().


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