Home
last modified time | relevance | path

Searched defs:ReCompiled (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dregexp.c150 typedef struct ReCompiled ReCompiled; typedef
151 struct ReCompiled { struct
152 ReInput sIn; /* Regular expression text */
153 const char *zErr; /* Error message to return */
154 char *aOp; /* Operators for the virtual machine */
155 int *aArg; /* Arguments to each operator */
156 unsigned (*xNextChar)(ReInput*); /* Next character function */
157 unsigned char zInit[12]; /* Initial text to match */
158 int nInit; /* Number of bytes in zInit */
159 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]