Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.c331 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec()
Dpcretest.c4229 all_options = REAL_PCRE_OPTIONS(re); in main()
5066 else if ((REAL_PCRE_OPTIONS(preg.re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0) in main()
5509 unsigned int obits = REAL_PCRE_OPTIONS(re); in main()
Dpcre_internal.h2389 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options) macro