Lines Matching defs:ReCompiled
6347 typedef struct ReCompiled ReCompiled; typedef
6348 struct ReCompiled { struct
6349 ReInput sIn; /* Regular expression text */
6350 const char *zErr; /* Error message to return */
6351 char *aOp; /* Operators for the virtual machine */
6352 int *aArg; /* Arguments to each operator */
6353 unsigned (*xNextChar)(ReInput*); /* Next character function */
6354 unsigned char zInit[12]; /* Initial text to match */
6355 int nInit; /* Number of bytes in zInit */
6356 unsigned nState; /* Number of entries in aOp[] and aArg[] */
6357 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */