Home
last modified time | relevance | path

Searched defs:ReCompiled (Results 1 – 1 of 1) sorted by relevance

/third_party/sqlite/src/
Dshell.c6343 typedef struct ReCompiled ReCompiled; typedef
6344 struct ReCompiled { struct
6345 ReInput sIn; /* Regular expression text */
6346 const char *zErr; /* Error message to return */
6347 char *aOp; /* Operators for the virtual machine */
6348 int *aArg; /* Arguments to each operator */
6349 unsigned (*xNextChar)(ReInput*); /* Next character function */
6350 unsigned char zInit[12]; /* Initial text to match */
6351 int nInit; /* Number of bytes in zInit */
6352 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]