Searched defs:ReCompiled (Results 1 – 1 of 1) sorted by relevance
7199 typedef struct ReCompiled ReCompiled; typedef7200 struct ReCompiled { struct7201 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[] */[all …]