Lines Matching refs:parent

5936     backtrack->prev = parent->top; \
5938 parent->top = backtrack; \
5949 backtrack->prev = parent->top; \
5951 parent->top = backtrack; \
6083 …ompile_ref_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_ref_iterator_matchingpath() argument
6290 …ar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_recurse_matchingpath() argument
6410 …ar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_callout_matchingpath() argument
6981 …ar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracket_matchingpath() argument
7033 parent->top = backtrack->prev; in compile_bracket_matchingpath()
7490 JUMPTO(SLJIT_JUMP, ((braminzero_backtrack *)parent)->matchingpath); in compile_bracket_matchingpath()
7522 …*compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracketpos_matchingpath() argument
7903 …r *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_iterator_matchingpath() argument
8149 …compile_fail_accept_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_fail_accept_matchingpath() argument
8212 …ompile_control_verb_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_control_verb_matchingpath() argument
8244 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_then_trap_matchingpath() argument
8275 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_matchingpath() argument
8290 compile_then_trap_matchingpath(common, cc, ccend, parent); in compile_matchingpath()
8327 …mpile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks :… in compile_matchingpath()
8342 …compile_charn_matchingpath(common, cc, ccend, parent->top != NULL ? &parent->top->nextbacktracks :… in compile_matchingpath()
8344 …mpile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks :… in compile_matchingpath()
8412 cc = compile_iterator_matchingpath(common, cc, parent); in compile_matchingpath()
8418 cc = compile_iterator_matchingpath(common, cc, parent); in compile_matchingpath()
8420 …mpile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks :… in compile_matchingpath()
8426 cc = compile_iterator_matchingpath(common, cc, parent); in compile_matchingpath()
8428 …mpile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks :… in compile_matchingpath()
8435 cc = compile_ref_iterator_matchingpath(common, cc, parent); in compile_matchingpath()
8438 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent-… in compile_matchingpath()
8446 cc = compile_ref_iterator_matchingpath(common, cc, parent); in compile_matchingpath()
8449 …compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->top… in compile_matchingpath()
8450 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent-… in compile_matchingpath()
8456 cc = compile_recurse_matchingpath(common, cc, parent); in compile_matchingpath()
8460 cc = compile_callout_matchingpath(common, cc, parent); in compile_matchingpath()
8497 cc = compile_bracket_matchingpath(common, cc, parent); in compile_matchingpath()
8502 cc = compile_bracket_matchingpath(common, cc, parent); in compile_matchingpath()
8515 cc = compile_bracketpos_matchingpath(common, cc, parent); in compile_matchingpath()
8547 cc = compile_control_verb_matchingpath(common, cc, parent); in compile_matchingpath()
8553 cc = compile_fail_accept_matchingpath(common, cc, parent); in compile_matchingpath()