Home
last modified time | relevance | path

Searched refs:CHAR_PLUS (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4703 c == CHAR_ASTERISK || c == CHAR_PLUS || c == CHAR_QUESTION_MARK || in compile_branch()
5609 case CHAR_PLUS: in compile_branch()
5679 if (ptr[1] == CHAR_PLUS) in compile_branch()
6789 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()
6987 ptr[1] != CHAR_PLUS && ptr[1] != CHAR_QUESTION_MARK && in compile_branch()
7405 case CHAR_MINUS: case CHAR_PLUS: /* Recursion or subroutine */ in compile_branch()
7420 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()
7468 else if (refsign == CHAR_PLUS) in compile_branch()
7952 if (cf != CHAR_PLUS && cf != CHAR_MINUS && !IS_DIGIT(cf)) in compile_branch()
H A Dpcre_internal.h1265 #define CHAR_PLUS '+' macro
1528 #define CHAR_PLUS '\053' macro

Completed in 35 milliseconds