|
PostgreSQL Source Code git master
|
Data Fields | |
| regc_wc_probefunc | probefunc |
| pg_locale_t | locale |
| struct cvec | cv |
| struct pg_ctype_cache * | next |
Definition at line 207 of file regc_pg_locale.c.
| 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().
| pg_locale_t pg_ctype_cache::locale |
Definition at line 210 of file regc_pg_locale.c.
Referenced by regc_ctype_get_cache().
| struct pg_ctype_cache* pg_ctype_cache::next |
Definition at line 212 of file regc_pg_locale.c.
Referenced by regc_ctype_get_cache().
| regc_wc_probefunc pg_ctype_cache::probefunc |
Definition at line 209 of file regc_pg_locale.c.
Referenced by regc_ctype_get_cache().