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;
9200 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
9201 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
9426 …compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
9430 backtrack_common *backtrack; in compile_ref_iterator_matchingpath()
9633 …SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_recurse_matchingpath()
9636 backtrack_common *backtrack; in compile_recurse_matchingpath()
9749 …SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_callout_matchingpath()
9752 backtrack_common *backtrack; in compile_callout_matchingpath()
9761 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_callout_matchingpath()
9864 backtrack_common altbacktrack; in compile_assert_matchingpath()
9963 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
10374 …id match_script_run_common(compiler_common *common, int private_data_ptr, backtrack_common *parent) in match_script_run_common()
10445 …SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracket_matchingpath()
10448 backtrack_common *backtrack; in compile_bracket_matchingpath()
11006 …R compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
11009 backtrack_common *backtrack; in compile_bracketpos_matchingpath()
11434 …PTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_iterator_matchingpath()
11437 backtrack_common *backtrack; in compile_iterator_matchingpath()
11946 … compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
11949 backtrack_common *backtrack; in compile_fail_accept_matchingpath()
11951 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_fail_accept_matchingpath()
12021 …compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_control_verb_matchingpath()
12024 backtrack_common *backtrack; in compile_control_verb_matchingpath()
12032 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_control_verb_matchingpath()
12055 …ap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
12058 backtrack_common *backtrack; in compile_then_trap_matchingpath()
12086 …le_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_matchingpath()
12089 backtrack_common *backtrack; in compile_matchingpath()
12145 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
12336 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
12417 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
12545 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath()
12570 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
12590 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
12659 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
13126 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
13166 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
13190 …id compile_control_verb_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_control_verb_backtrackingpath()
13252 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
13285 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
13485 backtrack_common altbacktrack; in compile_recurse()
13528 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
13695 backtrack_common rootbacktrack; in jit_compile()
13728 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()