Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8916 typedef struct ReCompiled ReCompiled; typedef
8917 struct ReCompiled { struct
8918 ReInput sIn; /* Regular expression text */
8919 const char *zErr; /* Error message to return */
8920 char *aOp; /* Operators for the virtual machine */
8921 int *aArg; /* Arguments to each operator */
8922 unsigned (*xNextChar)(ReInput*); /* Next character function */
8923 unsigned char zInit[12]; /* Initial text to match */
8924 int nInit; /* Number of bytes in zInit */
8925 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]