• Home
  • Raw
  • Download

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;
329 backtrack_common common;
341 backtrack_common common;
7777 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
7778 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
7936 …compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
7940 backtrack_common *backtrack; in compile_ref_iterator_matchingpath()
8143 …SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_recurse_matchingpath()
8146 backtrack_common *backtrack; in compile_recurse_matchingpath()
8259 …SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_callout_matchingpath()
8262 backtrack_common *backtrack; in compile_callout_matchingpath()
8271 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_callout_matchingpath()
8374 backtrack_common altbacktrack; in compile_assert_matchingpath()
8473 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
8918 …SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracket_matchingpath()
8921 backtrack_common *backtrack; in compile_bracket_matchingpath()
9464 …R compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
9467 backtrack_common *backtrack; in compile_bracketpos_matchingpath()
9892 …PTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_iterator_matchingpath()
9895 backtrack_common *backtrack; in compile_iterator_matchingpath()
10287 … compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
10290 backtrack_common *backtrack; in compile_fail_accept_matchingpath()
10292 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_fail_accept_matchingpath()
10354 …compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_common *parent) in compile_control_verb_matchingpath()
10357 backtrack_common *backtrack; in compile_control_verb_matchingpath()
10365 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); in compile_control_verb_matchingpath()
10387 …ap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
10390 backtrack_common *backtrack; in compile_then_trap_matchingpath()
10418 …le_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_matchingpath()
10421 backtrack_common *backtrack; in compile_matchingpath()
10477 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
10665 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); in compile_matchingpath()
10745 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
10873 …id compile_ref_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_ref_iterator_backtrackingpath()
10898 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
10918 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
10987 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
11452 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
11492 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
11516 …id compile_control_verb_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_control_verb_backtrackingpath()
11578 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
11611 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
11810 backtrack_common altbacktrack; in compile_recurse()
11854 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
12023 backtrack_common rootbacktrack; in jit_compile()
12049 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()