Searched refs:PCRE_EXTRA_STUDY_DATA (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c87 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0)
H A Dpcre_byte_order.c155 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0)
H A Dpcre.h314 #define PCRE_EXTRA_STUDY_DATA 0x0001 macro
H A Dpcre_study.c1538 extra->flags = PCRE_EXTRA_STUDY_DATA;
H A Dpcre_dfa_exec.c3246 if ((flags & PCRE_EXTRA_STUDY_DATA) != 0)
H A Dpcre_exec.c6505 if ((flags & PCRE_EXTRA_STUDY_DATA) != 0)
H A Dpcre_jit_compile.c9758 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0);

Completed in 444 milliseconds