Lines Matching refs:backtrack_common

238 typedef struct backtrack_common {  struct
240 struct backtrack_common *prev; argument
243 struct backtrack_common *top; argument
247 } backtrack_common; argument
250 backtrack_common common;
261 backtrack_common common;
283 backtrack_common common;
293 backtrack_common common;
298 backtrack_common common;
312 backtrack_common common;
332 backtrack_common common;
344 backtrack_common common;
8969 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
8970 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
9195 …compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
9199 backtrack_common *backtrack; in compile_ref_iterator_matchingpath()
9402 …SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_recurse_matchingpath()
9405 backtrack_common *backtrack; in compile_recurse_matchingpath()
9518 …SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_callout_matchingpath()
9521 backtrack_common *backtrack; in compile_callout_matchingpath()
9530 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_callout_matchingpath()
9633 backtrack_common altbacktrack; in compile_assert_matchingpath()
9732 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
10143 …id match_script_run_common(compiler_common *common, int private_data_ptr, backtrack_common *parent) in match_script_run_common()
10214 …SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracket_matchingpath()
10217 backtrack_common *backtrack; in compile_bracket_matchingpath()
10775 …R compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
10778 backtrack_common *backtrack; in compile_bracketpos_matchingpath()
11203 …PTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_iterator_matchingpath()
11206 backtrack_common *backtrack; in compile_iterator_matchingpath()
11715 … compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
11718 backtrack_common *backtrack; in compile_fail_accept_matchingpath()
11720 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_fail_accept_matchingpath()
11790 …compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_control_verb_matchingpath()
11793 backtrack_common *backtrack; in compile_control_verb_matchingpath()
11801 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_control_verb_matchingpath()
11824 …ap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
11827 backtrack_common *backtrack; in compile_then_trap_matchingpath()
11855 …le_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_matchingpath()
11858 backtrack_common *backtrack; in compile_matchingpath()
11914 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
12105 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
12186 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
12314 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath()
12339 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
12359 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
12428 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
12895 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
12935 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
12959 …id compile_control_verb_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_control_verb_backtrackingpath()
13021 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
13054 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
13256 backtrack_common altbacktrack; in compile_recurse()
13299 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
13466 backtrack_common rootbacktrack; in jit_compile()
13499 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()