Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/
Dshell.c6348 typedef struct ReCompiled ReCompiled; typedef
6349 struct ReCompiled { struct
6350 ReInput sIn; /* Regular expression text */
6351 const char *zErr; /* Error message to return */
6352 char *aOp; /* Operators for the virtual machine */
6353 int *aArg; /* Arguments to each operator */
6354 unsigned (*xNextChar)(ReInput*); /* Next character function */
6355 unsigned char zInit[12]; /* Initial text to match */
6356 int nInit; /* Number of bytes in zInit */
6357 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c5045 typedef struct ReCompiled ReCompiled; typedef
5046 struct ReCompiled { struct
5047 ReInput sIn; /* Regular expression text */
5048 const char *zErr; /* Error message to return */
5049 char *aOp; /* Operators for the virtual machine */
5050 int *aArg; /* Arguments to each operator */
5051 unsigned (*xNextChar)(ReInput*); /* Next character function */
5052 unsigned char zInit[12]; /* Initial text to match */
5053 int nInit; /* Number of bytes in zInit */
5054 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
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 …]
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c5052 typedef struct ReCompiled ReCompiled; typedef
5053 struct ReCompiled { struct
5054 ReInput sIn; /* Regular expression text */
5055 const char *zErr; /* Error message to return */
5056 char *aOp; /* Operators for the virtual machine */
5057 int *aArg; /* Arguments to each operator */
5058 unsigned (*xNextChar)(ReInput*); /* Next character function */
5059 unsigned char zInit[12]; /* Initial text to match */
5060 int nInit; /* Number of bytes in zInit */
5061 unsigned nState; /* Number of entries in aOp[] and aArg[] */
[all …]