Home
last modified time | relevance | path

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

/PHP-5.3/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.c1383 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0) in pcre_study()
H A Dpcre_internal.h1138 #define PCRE_STARTLINE 0x0100 /* start after \n for multiline */ macro
H A Dpcre_compile.c8288 else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE; in pcre_compile2()
H A Dpcre_exec.c6419 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec()
H A DChangeLog20 6. The PCRE_STARTLINE bit, indicating that a match can occur only at the start

Completed in 72 milliseconds