Searched defs:ReCompiled (Results 1 – 2 of 2) sorted by relevance
3846 typedef struct ReCompiled ReCompiled; typedef3847 struct ReCompiled { struct3848 ReInput sIn; /* Regular expression text */3849 const char *zErr; /* Error message to return */3850 char *aOp; /* Operators for the virtual machine */3851 int *aArg; /* Arguments to each operator */3852 unsigned (*xNextChar)(ReInput*); /* Next character function */3853 unsigned char zInit[12]; /* Initial text to match */3854 int nInit; /* Number of characters in zInit */3855 unsigned nState; /* Number of entries in aOp[] and aArg[] */[all …]
3851 typedef struct ReCompiled ReCompiled; typedef3852 struct ReCompiled { struct3853 ReInput sIn; /* Regular expression text */3854 const char *zErr; /* Error message to return */3855 char *aOp; /* Operators for the virtual machine */3856 int *aArg; /* Arguments to each operator */3857 unsigned (*xNextChar)(ReInput*); /* Next character function */3858 unsigned char zInit[12]; /* Initial text to match */3859 int nInit; /* Number of characters in zInit */3860 unsigned nState; /* Number of entries in aOp[] and aArg[] */[all …]