PostgreSQL Source Code git master
|
Data Fields | |
pg_wc_probefunc | probefunc |
pg_locale_t | locale |
struct cvec | cv |
struct pg_ctype_cache * | next |
Definition at line 634 of file regc_pg_locale.c.
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().
pg_locale_t pg_ctype_cache::locale |
Definition at line 637 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().
struct pg_ctype_cache* pg_ctype_cache::next |
Definition at line 639 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().
pg_wc_probefunc pg_ctype_cache::probefunc |
Definition at line 636 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().