Lines Matching defs:ReCompiled
7199 typedef struct ReCompiled ReCompiled; typedef
7200 struct ReCompiled { struct
7201 ReInput sIn; /* Regular expression text */
7202 const char *zErr; /* Error message to return */
7203 char *aOp; /* Operators for the virtual machine */
7204 int *aArg; /* Arguments to each operator */
7205 unsigned (*xNextChar)(ReInput*); /* Next character function */
7206 unsigned char zInit[12]; /* Initial text to match */
7207 int nInit; /* Number of bytes in zInit */
7208 unsigned nState; /* Number of entries in aOp[] and aArg[] */
7209 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */