Home
last modified time | relevance | path

Searched refs:ReCompiled (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c3895 typedef struct ReCompiled ReCompiled; typedef
3896 struct ReCompiled { struct
3970 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
4120 static int re_resize(ReCompiled *p, int N){ in re_resize()
4136 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert()
4151 static int re_append(ReCompiled *p, int op, int arg){ in re_append()
4158 static void re_copy(ReCompiled *p, int iStart, int N){ in re_copy()
4186 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char()
4224 static const char *re_subcompile_string(ReCompiled*);
[all...]

Completed in 18 milliseconds