Searched defs:ReCompiled (Results 1 – 1 of 1) sorted by relevance
6008 typedef struct ReCompiled ReCompiled; typedef6009 struct ReCompiled { struct6010 ReInput sIn; /* Regular expression text */6011 const char *zErr; /* Error message to return */6012 char *aOp; /* Operators for the virtual machine */6013 int *aArg; /* Arguments to each operator */6014 unsigned (*xNextChar)(ReInput*); /* Next character function */6015 unsigned char zInit[12]; /* Initial text to match */6016 int nInit; /* Number of characters in zInit */6017 unsigned nState; /* Number of entries in aOp[] and aArg[] */[all …]