Lines Matching refs:ReCompiled
150 typedef struct ReCompiled ReCompiled; typedef
151 struct ReCompiled { struct
225 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
375 static int re_resize(ReCompiled *p, int N){ in re_resize()
391 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert()
406 static int re_append(ReCompiled *p, int op, int arg){ in re_append()
413 static void re_copy(ReCompiled *p, int iStart, int N){ in re_copy()
441 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char()
479 static const char *re_subcompile_string(ReCompiled*);
482 static unsigned char rePeek(ReCompiled *p){ in rePeek()
490 static const char *re_subcompile_re(ReCompiled *p){ in re_subcompile_re()
512 static const char *re_subcompile_string(ReCompiled *p){ in re_subcompile_string()
659 static void re_free(ReCompiled *pRe){ in re_free()
673 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
674 ReCompiled *pRe; in re_compile()
754 ReCompiled *pRe; /* Compiled regular expression */ in re_sql_func()
801 ReCompiled *pRe; in re_bytecode_func()