Home
last modified time | relevance | path

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

12

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c85 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_encode()
168 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_decode()
215 dst_re = (pcre2_real_code *)PRIV(memctl_malloc)(blocksize, in pcre2_serialize_decode()
H A Dpcre2_compile.c2281 top = PRIV(utt_size); in get_ucp()
2287 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
2294 *pdataptr = PRIV(utt)[i].value; in get_ucp()
2297 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
2301 switch (PRIV(utt)[i].type) in get_ucp()
5072 code += PRIV(OP_lengths)[*code]; in first_significant_code()
5089 code += PRIV(OP_lengths)[*code]; in first_significant_code()
7109 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
8974 code += PRIV(OP_lengths)[c]; in find_recurse()
10224 patlen = PRIV(strlen)(pattern); in pcre2_compile()
[all …]
H A Dpcre2_match_data.c63 yield = PRIV(memctl_malloc)( in pcre2_match_data_create()
H A Dpcre2_convert.c1085 if (plength == PCRE2_ZERO_TERMINATED) plength = PRIV(strlen)(pattern); in pcre2_pattern_convert()
1087 (pcre2_convert_context *)(&PRIV(default_convert_context)); in pcre2_pattern_convert()
1101 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
1153 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.c1010 return cc + PRIV(OP_lengths)[*cc]; in next_opcode()
1068 cc += PRIV(OP_lengths)[*cc]; in next_opcode()
1088 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
7713 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
7744 …items = UCPCAT_RANGE(PRIV(ucp_typerange)[(int)cc[1] * 2], PRIV(ucp_typerange)[(int)cc[1] * 2 + 1]); in compile_xclass_matchingpath()
8712 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf()
8780 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf_invalid()
8848 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_no_utf()
10093 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
10651 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run()
[all …]
H A Dpcre2_ucptables.c546 const char PRIV(utt_names)[] =
1037 const ucp_type_table PRIV(utt)[] = {
1529 const size_t PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);

Completed in 119 milliseconds

12