Home
last modified time | relevance | path

Searched refs:PRIV (Results 26 – 30 of 30) sorted by relevance

12

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2114 top = PRIV(utt_size); in get_ucp()
2120 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
2123 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
2124 *pdataptr = PRIV(utt)[i].value; in get_ucp()
4751 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4766 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4920 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
6732 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
8552 code += PRIV(OP_lengths)[c]; in find_recurse()
9735 patlen = PRIV(strlen)(pattern); in pcre2_compile()
[all …]
H A Dpcre2_match_data.c61 yield = PRIV(memctl_malloc)( in pcre2_match_data_create()
H A Dpcre2_convert.c1078 if (plength == PCRE2_ZERO_TERMINATED) plength = PRIV(strlen)(pattern); in pcre2_pattern_convert()
1080 (pcre2_convert_context *)(&PRIV(default_convert_context)); in pcre2_pattern_convert()
1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
1146 allocated = PRIV(memctl_malloc)(sizeof(pcre2_memctl) + in pcre2_pattern_convert()
H A Dpcre2_intmodedep.h291 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3fu])
358 PRIV(ord2utf)(c,p) : (*p = c, 1))
464 PRIV(ord2utf)(c,p) : (*p = c, 1))
H A Dpcre2_jit_compile.c961 return cc + PRIV(OP_lengths)[*cc]; in next_opcode()
1019 cc += PRIV(OP_lengths)[*cc]; in next_opcode()
1039 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
7401 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
7737 c = PRIV(ucp_typerange)[(int)cc[1] * 2]; in compile_xclass_matchingpath()
8239 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf()
8307 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf_invalid()
8375 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_no_utf()
9536 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
10050 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run()
[all …]

Completed in 89 milliseconds

12