PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 286 of file regguts.h.

Field Documentation

◆ cclasscode

int cvec::cclasscode

Definition at line 294 of file regguts.h.

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

◆ chrs

chr* cvec::chrs

Definition at line 290 of file regguts.h.

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

◆ chrspace

int cvec::chrspace

Definition at line 289 of file regguts.h.

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

◆ nchrs

int cvec::nchrs

Definition at line 288 of file regguts.h.

Referenced by addchr(), chrnamed(), clearcvec(), getcvec(), newcvec(), range(), and subcolorcvec().

◆ nranges

◆ ranges

chr* cvec::ranges

Definition at line 293 of file regguts.h.

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

◆ rangespace

int cvec::rangespace

Definition at line 292 of file regguts.h.

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


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