Lines Matching defs:ReCompiled
3895 typedef struct ReCompiled ReCompiled; typedef
3896 struct ReCompiled { struct
3897 ReInput sIn; /* Regular expression text */
3898 const char *zErr; /* Error message to return */
3899 char *aOp; /* Operators for the virtual machine */
3900 int *aArg; /* Arguments to each operator */
3901 unsigned (*xNextChar)(ReInput*); /* Next character function */
3902 unsigned char zInit[12]; /* Initial text to match */
3903 int nInit; /* Number of bytes in zInit */
3904 unsigned nState; /* Number of entries in aOp[] and aArg[] */
3905 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */