Home
last modified time | relevance | path

Searched refs:PCRE_STARTLINE (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c140 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2; in pcre_fullinfo()
151 ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0; in pcre_fullinfo()
H A Dpcre_study.c1507 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0) in pcre_study()
H A Dpcre_internal.h1089 #define PCRE_STARTLINE 0x00000100 /* start after \n for multiline */ macro
H A Dpcre_exec.c6546 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec()
H A Dpcre_compile.c9620 else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE; in pcre_compile2()
H A Dpcre_jit_compile.c10059 else if ((re->flags & PCRE_STARTLINE) != 0) in PRIV()
H A DChangeLog956 6. The PCRE_STARTLINE bit, indicating that a match can occur only at the start

Completed in 87 milliseconds