• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/

Lines Matching defs:called

672 /* This function is called during the second compiling phase, if the number of
709 /* This function is called when a '{' is encountered in a place where it might
744 /* This function is called when a \ has been encountered. It either returns a
1179 /* This function is called after \P or \p has been encountered, provided that
1271 /* Read an item of the form {n,m} and return the values. This is called only
1338 /* This recursive function is called only from find_parens() below. The
1346 This function was originally called only from the second pass, in which we know
1633 /* This is called by several functions that scan a compiled expression looking
1692 temporarily terminated with OP_END when this function is called.
1694 This function is called when a backward assertion is encountered, so that if it
1703 atend TRUE if called when the pattern is complete
2026 so that it can be called from pcre_study() when finding the minimum matching
2314 can match the empty string or not. It is called from could_be_empty()
2357 called only when doing the real compile, not during the pre-compile that
2612 /* This function is called to check for left recursive calls. We want to check
2616 This function is called only during the real compile, not during the
2648 /* This function is called when the sequence "[:" or "[." or "[=" is
2720 /* This function is called to check the name given in a POSIX-style class entry
2758 is called, the partially compiled regex must be temporarily terminated with
2820 /* This function is called when the PCRE_AUTO_CALLOUT option is set, to insert
2919 /* This function is called by check_auto_possessive() when a property item
2983 /* This function is called for unlimited repeats of certain items, to see
6274 const pcre_uchar *called;
6280 be called on this path, nor with the jump to OTHER_CHAR_AFTER_QUERY
6340 called = cd->start_code;
6353 called = PRIV(find_bracket)(cd->start_code, utf, recno);
6357 if (called == NULL)
6366 /* Fudge the value of "called" so that when it is inserted as an
6370 called = cd->start_code + recno;
6389 else if (GET(called, 1) == 0 && cond_depth <= 0 &&
6390 could_be_empty(called, code, bcptr, utf, cd))
6402 PUT(code, 1, (int)(called - cd->start_code));
7396 /* This is called to find out if every branch starts with ^ or .* so that