Lines Matching refs:ReCompiled
3895 typedef struct ReCompiled ReCompiled;
3896 struct ReCompiled {
3970 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){
4120 static int re_resize(ReCompiled *p, int N){
4136 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){
4151 static int re_append(ReCompiled *p, int op, int arg){
4158 static void re_copy(ReCompiled *p, int iStart, int N){
4186 static unsigned re_esc_char(ReCompiled *p){
4224 static const char *re_subcompile_string(ReCompiled*);
4227 static unsigned char rePeek(ReCompiled *p){
4235 static const char *re_subcompile_re(ReCompiled *p){
4257 static const char *re_subcompile_string(ReCompiled *p){
4404 static void re_free(ReCompiled *pRe){
4418 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){
4419 ReCompiled *pRe;
4499 ReCompiled *pRe; /* Compiled regular expression */
4546 ReCompiled *pRe;