Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c6086 typedef struct ReCompiled ReCompiled; typedef
6087 struct ReCompiled { struct
6088 ReInput sIn; /* Regular expression text */
6089 const char *zErr; /* Error message to return */
6090 char *aOp; /* Operators for the virtual machine */
6091 int *aArg; /* Arguments to each operator */
6092 unsigned (*xNextChar)(ReInput*); /* Next character function */
6093 unsigned char zInit[12]; /* Initial text to match */
6094 int nInit; /* Number of characters in zInit */
6095 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]