Searched defs:PRIV (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c59 #define PRIV(name) name macro
144 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
146 c = (c & PRIV(utf8_table3)[a]) << s;
240 for (i = PRIV(utt_size) - 1; i >= 0; i--)
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
244 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??";
277 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + code[2];
H A Dpcre_internal.h44 depending on the PRIV macro. */
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
688 from the tables whose names start with PRIV(utf8_table). They were rewritten by
703 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f])
2606 #ifndef PRIV
2607 #define PRIV(name) _pcre_##name macro
2613 #ifndef PRIV
2614 #define PRIV(name) _pcre16_##name macro
2620 #ifndef PRIV
2621 #define PRIV macro
[all...]

Completed in 290 milliseconds