Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6417 typedef struct ReCompiled ReCompiled; typedef
6418 struct ReCompiled { struct
6492 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
6642 static int re_resize(ReCompiled *p, int N){ in re_resize()
6658 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert()
6673 static int re_append(ReCompiled *p, int op, int arg){ in re_append()
6680 static void re_copy(ReCompiled *p, int iStart, int N){ in re_copy()
6708 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char()
6746 static const char *re_subcompile_string(ReCompiled*);
6749 static unsigned char rePeek(ReCompiled *p){ in rePeek()
[all …]