PostgreSQL Source Code  git master
cvec Struct Reference

#include <regguts.h>

Data Fields

int nchrs
 
int chrspace
 
chrchrs
 
int nranges
 
int rangespace
 
chrranges
 
int cclasscode
 

Detailed Description

Definition at line 278 of file regguts.h.

Field Documentation

◆ cclasscode

int cvec::cclasscode

Definition at line 286 of file regguts.h.

Referenced by cclasscvec(), clearcvec(), pg_ctype_get_cache(), and subcolorcvec().

◆ chrs

chr* cvec::chrs

Definition at line 282 of file regguts.h.

Referenced by addchr(), chrnamed(), newcvec(), pg_ctype_get_cache(), store_match(), and subcolorcvec().

◆ chrspace

int cvec::chrspace

Definition at line 281 of file regguts.h.

Referenced by addchr(), getcvec(), newcvec(), pg_ctype_get_cache(), range(), and store_match().

◆ nchrs

int cvec::nchrs

◆ nranges

◆ ranges

chr* cvec::ranges

Definition at line 285 of file regguts.h.

Referenced by addrange(), newcvec(), pg_ctype_get_cache(), store_match(), and subcolorcvec().

◆ rangespace

int cvec::rangespace

Definition at line 284 of file regguts.h.

Referenced by addrange(), newcvec(), pg_ctype_get_cache(), and store_match().


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