Lines Matching refs:PRIV

1271     PRIV(jit_free)(code->executable_jit, &code->memctl);  in pcre2_code_free()
1504 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() function
2167 if (PRIV(strcmp_c8)(name, STRING_bidiclass) == 0 || in get_ucp()
2168 PRIV(strcmp_c8)(name, STRING_bc) == 0) in get_ucp()
2177 else if (PRIV(strcmp_c8)(name, STRING_script) == 0 || in get_ucp()
2178 PRIV(strcmp_c8)(name, STRING_sc) == 0) in get_ucp()
2181 else if (PRIV(strcmp_c8)(name, STRING_scriptextensions) == 0 || in get_ucp()
2182 PRIV(strcmp_c8)(name, STRING_scx) == 0) in get_ucp()
2200 top = PRIV(utt_size); in get_ucp()
2206 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
2213 *pdataptr = PRIV(utt)[i].value; in get_ucp()
2216 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
2220 switch (PRIV(utt)[i].type) in get_ucp()
2343 PRIV(strncmp_c8)(ptr, pn, (unsigned int)len) == 0) return yield; in check_posix_name()
2417 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
2819 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
3012 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
3326 (PRIV(strncmp_c8)(ptr, STRING_WEIRD_STARTWORD, 6) == 0 || in parse_regex()
3327 PRIV(strncmp_c8)(ptr, STRING_WEIRD_ENDWORD, 6) == 0)) in parse_regex()
3382 PRIV(strncmp_c8)(ptr, STR_Q STR_BACKSLASH STR_E, 3) == 0) in parse_regex()
3589 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
3819 PRIV(strncmp_c8)(name, vn, namelen) == 0) in parse_regex()
3922 PRIV(strncmp_c8)(name, vn, namelen) == 0) in parse_regex()
4278 for (i = 0; PRIV(callout_start_delims)[i] != 0; i++) in parse_regex()
4280 if (*ptr == PRIV(callout_start_delims)[i]) in parse_regex()
4282 delimiter = PRIV(callout_end_delims)[i]; in parse_regex()
4414 PRIV(strncmp_c8)(ptr, STRING_VERSION, 7) == 0 && in parse_regex()
4496 if (namelen == 6 && PRIV(strncmp_c8)(name, STRING_DEFINE, 6) == 0) in parse_regex()
4662 PRIV(strncmp)(name, ng->name, (PCRE2_SIZE)namelen) == 0) in parse_regex()
4860 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4875 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4899 code += code[1] + PRIV(OP_lengths)[*code]; in first_significant_code()
5029 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
5091 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
5092 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class_internal()
5097 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
5320 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) == 0 && in find_dupname_details()
5349 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) != 0 || in find_dupname_details()
5960 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list), NOTACHAR); in compile_branch()
5965 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5970 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list), NOTACHAR); in compile_branch()
5975 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
6159 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
6160 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch()
6294 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
6356 PRIV(strncmp)(name, ng->name, length) == 0) in compile_branch()
6776 PRIV(strncmp)(name, ng->name, length) == 0) in compile_branch()
6844 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7675 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
7690 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
7985 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
8401 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8506 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8518 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8679 code += PRIV(OP_lengths)[c]; in find_recurse()
9322 if (length == ng->length && PRIV(strncmp)(name, ng->name, length) == 0) in get_branchlength()
9834 ccontext = (pcre2_compile_context *)(&PRIV(default_compile_context)); in pcre2_compile()
9861 patlen = PRIV(strlen)(pattern); in pcre2_compile()
9875 tables = (ccontext->tables != NULL)? ccontext->tables : PRIV(default_tables); in pcre2_compile()
9955 PRIV(strncmp_c8)(ptr + skipatstart + 2, (char *)(p->name), in pcre2_compile()
10042 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
10399 rgroup = PRIV(find_bracket)(search_from, utf, groupnumber); in pcre2_compile()
10434 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()
10570 if (PRIV(study)(re) != 0) in pcre2_compile()