Home
last modified time | relevance | path

Searched refs:PCRE_MATCH_EMPTY (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_fullinfo.c236 *((int *)where) = (re->flags & PCRE_MATCH_EMPTY) != 0; in pcre_fullinfo()
Dpcre_internal.h1091 #define PCRE_MATCH_EMPTY 0x00008000 /* pattern can match empty string */ macro
Dpcre_compile.c9498 re->flags |= PCRE_MATCH_EMPTY; in pcre_compile2()