Searched refs:MAGIC_NUMBER (Results 1 - 9 of 9) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_refcount.c84 if (re->magic_number != MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC;
H A Dpcre_byte_order.c121 if (re->magic_number == MAGIC_NUMBER)
131 re->magic_number = MAGIC_NUMBER;
H A Dpcre_fullinfo.c95 if (re->magic_number != MAGIC_NUMBER)
H A Dpcre_printint.c321 if (re->magic_number != MAGIC_NUMBER)
H A Dpcre_internal.h1142 #define MAGIC_NUMBER 0x50435245UL /* 'PCRE' */ macro
H A Dpcre_study.c1432 if (re == NULL || re->magic_number != MAGIC_NUMBER)
H A Dpcre_dfa_exec.c3223 if (re->magic_number != MAGIC_NUMBER)
H A Dpcre_compile.c9154 re->magic_number = MAGIC_NUMBER;
H A Dpcre_exec.c6410 if (re->magic_number != MAGIC_NUMBER)

Completed in 304 milliseconds