Lines Matching refs:backtrack_common

223 typedef struct backtrack_common {  struct
225 struct backtrack_common *prev; argument
228 struct backtrack_common *top; argument
232 } backtrack_common; argument
235 backtrack_common common;
246 backtrack_common common;
266 backtrack_common common;
276 backtrack_common common;
281 backtrack_common common;
297 backtrack_common common;
304 backtrack_common common;
5926 static void compile_matchingpath(compiler_common *, pcre_uchar *, pcre_uchar *, backtrack_common *);
5927 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
6083 …ompile_ref_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
6087 backtrack_common *backtrack; in compile_ref_iterator_matchingpath()
6290 …ar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_recurse_matchingpath()
6293 backtrack_common *backtrack; in compile_recurse_matchingpath()
6410 …ar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_callout_matchingpath()
6413 backtrack_common *backtrack; in compile_callout_matchingpath()
6415 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_callout_matchingpath()
6465 backtrack_common altbacktrack; in compile_assert_matchingpath()
6548 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
6981 …ar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracket_matchingpath()
6984 backtrack_common *backtrack; in compile_bracket_matchingpath()
7522 …*compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
7525 backtrack_common *backtrack; in compile_bracketpos_matchingpath()
7903 …r *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_iterator_matchingpath()
7906 backtrack_common *backtrack; in compile_iterator_matchingpath()
8149 …compile_fail_accept_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
8152 backtrack_common *backtrack; in compile_fail_accept_matchingpath()
8154 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_fail_accept_matchingpath()
8212 …ompile_control_verb_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_control_verb_matchingpath()
8215 backtrack_common *backtrack; in compile_control_verb_matchingpath()
8222 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_control_verb_matchingpath()
8244 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
8247 backtrack_common *backtrack; in compile_then_trap_matchingpath()
8275 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_matchingpath()
8278 backtrack_common *backtrack; in compile_matchingpath()
8331 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
8519 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
8598 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
8742 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath()
8767 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
8793 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
8860 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
9320 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
9359 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
9383 …id compile_control_verb_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_control_verb_backtrackingpath()
9446 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
9476 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
9674 backtrack_common altbacktrack; in compile_recurse()
9704 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
9795 backtrack_common rootbacktrack; in PRIV()
9824 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in PRIV()