Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
ReCompiled Struct Reference
Collaboration diagram for ReCompiled:

Data Fields

ReInput sIn
const char * zErr
char * aOp
int * aArg
unsigned(* xNextChar )(ReInput *)
unsigned char zInit [12]
int nInit
unsigned nState
unsigned nAlloc

Detailed Description

Definition at line 7200 of file shell.c.

Field Documentation

◆ aArg

int* ReCompiled::aArg

◆ aOp

char* ReCompiled::aOp

Definition at line 7203 of file shell.c.

Referenced by re_compile(), re_copy(), re_free(), re_insert(), re_match(), and re_resize().

◆ nAlloc

unsigned ReCompiled::nAlloc

Definition at line 7209 of file shell.c.

Referenced by re_copy(), re_insert(), and re_resize().

◆ nInit

int ReCompiled::nInit

Definition at line 7207 of file shell.c.

Referenced by re_compile(), and re_match().

◆ nState

unsigned ReCompiled::nState

◆ sIn

ReInput ReCompiled::sIn

Definition at line 7201 of file shell.c.

Referenced by re_compile(), re_esc_char(), re_subcompile_re(), re_subcompile_string(), and rePeek().

◆ xNextChar

unsigned(* ReCompiled::xNextChar) (ReInput *)

Definition at line 7205 of file shell.c.

Referenced by re_compile(), re_match(), and re_subcompile_string().

◆ zErr

const char* ReCompiled::zErr

Definition at line 7202 of file shell.c.

Referenced by re_compile(), and re_esc_char().

◆ zInit

unsigned char ReCompiled::zInit[12]

Definition at line 7206 of file shell.c.

Referenced by re_compile(), and re_match().


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