Lines Matching refs:backtrack_common
237 typedef struct backtrack_common { struct
239 struct backtrack_common *prev; argument
242 struct backtrack_common *top; argument
246 } backtrack_common; argument
249 backtrack_common common;
260 backtrack_common common;
280 backtrack_common common;
290 backtrack_common common;
295 backtrack_common common;
309 backtrack_common common;
325 backtrack_common common;
332 backtrack_common common;
6700 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
6701 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
6857 …compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
6861 backtrack_common *backtrack; in compile_ref_iterator_matchingpath()
7064 …SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_recurse_matchingpath()
7067 backtrack_common *backtrack; in compile_recurse_matchingpath()
7175 …SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_callout_matchingpath()
7178 backtrack_common *backtrack; in compile_callout_matchingpath()
7186 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_callout_matchingpath()
7285 backtrack_common altbacktrack; in compile_assert_matchingpath()
7384 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
7827 …SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracket_matchingpath()
7830 backtrack_common *backtrack; in compile_bracket_matchingpath()
8374 …R compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
8377 backtrack_common *backtrack; in compile_bracketpos_matchingpath()
8802 …PTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_iterator_matchingpath()
8805 backtrack_common *backtrack; in compile_iterator_matchingpath()
9197 … compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
9200 backtrack_common *backtrack; in compile_fail_accept_matchingpath()
9202 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_fail_accept_matchingpath()
9261 …compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_control_verb_matchingpath()
9264 backtrack_common *backtrack; in compile_control_verb_matchingpath()
9271 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_control_verb_matchingpath()
9293 …ap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
9296 backtrack_common *backtrack; in compile_then_trap_matchingpath()
9324 …le_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_matchingpath()
9327 backtrack_common *backtrack; in compile_matchingpath()
9383 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
9572 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
9651 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
9779 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath()
9804 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
9830 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
9897 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
10359 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
10398 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
10422 …id compile_control_verb_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_control_verb_backtrackingpath()
10485 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
10515 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
10714 backtrack_common altbacktrack; in compile_recurse()
10744 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
10835 backtrack_common rootbacktrack; in jit_compile()
10860 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()