Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3846 typedef struct ReCompiled ReCompiled; typedef
3847 struct ReCompiled { struct
3848 ReInput sIn; /* Regular expression text */
3849 const char *zErr; /* Error message to return */
3850 char *aOp; /* Operators for the virtual machine */
3851 int *aArg; /* Arguments to each operator */
3852 unsigned (*xNextChar)(ReInput*); /* Next character function */
3853 unsigned char zInit[12]; /* Initial text to match */
3854 int nInit; /* Number of characters in zInit */
3855 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]
/external/sqlite/dist/
Dshell.c3851 typedef struct ReCompiled ReCompiled; typedef
3852 struct ReCompiled { struct
3853 ReInput sIn; /* Regular expression text */
3854 const char *zErr; /* Error message to return */
3855 char *aOp; /* Operators for the virtual machine */
3856 int *aArg; /* Arguments to each operator */
3857 unsigned (*xNextChar)(ReInput*); /* Next character function */
3858 unsigned char zInit[12]; /* Initial text to match */
3859 int nInit; /* Number of characters in zInit */
3860 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]