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