Lines Matching defs:ReCompiled
3851 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[] */
3861 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */