Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c6086 typedef struct ReCompiled ReCompiled; typedef
6087 struct ReCompiled { struct
6304 static int re_resize(ReCompiled *p, int N){ in re_resize()
6335 static int re_append(ReCompiled *p, int op, int arg){ in re_append()
6342 static void re_copy(ReCompiled *p, int iStart, int N){ in re_copy()
6370 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char()
6408 static const char *re_subcompile_string(ReCompiled*);
6411 static unsigned char rePeek(ReCompiled *p){ in rePeek()
6419 static const char *re_subcompile_re(ReCompiled *p){ in re_subcompile_re()
6580 static void re_free(ReCompiled *pRe){ in re_free()
[all …]