Home
last modified time | relevance | path

Searched refs:PRIV (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_ucd.c35 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }};
36 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
37 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
38 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0};
55 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {
82 const ucd_record PRIV(ucd_records)[] = { /* 5024 bytes, record size 8 */
713 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
1260 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 51968 bytes, block = 128 */
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() function
74 for (i = 0; i < PRIV(utf8_table1_size); i++) in PRIV()
75 if ((int)cvalue <= PRIV(utf8_table1)[i]) break; in PRIV()
82 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() function
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) in PRIV()
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
H A Dpcre_internal.h2571 #ifndef PRIV
2572 #define PRIV(name) _pcre_##name macro
2578 #ifndef PRIV
2579 #define PRIV(name) _pcre16_##name macro
2585 #ifndef PRIV
2586 #define PRIV(name) _pcre32_##name macro
2658 PRIV(strcmp_uc_uc)((str1), (str2))
2660 PRIV(strcmp_uc_c8)((str1), (str2))
2682 (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2)))
2684 (utf ? PRIV(strcmp_uc_c8_utf)((str1), (str2)) : PRIV(strcmp_uc_c8)((str1), (str2)))
[all …]
H A Dpcre_study.c193 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
202 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
313 cc += PRIV(OP_lengths)[op]; in find_minlength()
321 cc += PRIV(OP_lengths)[op]; in find_minlength()
335 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
337 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
492 cc += PRIV(OP_lengths)[op]; in find_minlength()
504 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength()
516 cc += PRIV(OP_lengths)[op]; in find_minlength()
568 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
[all …]
H A Dpcre_tables.c59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
64 const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST };
81 const int PRIV(utf8_table1)[] =
84 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);
95 const pcre_uint8 PRIV(utf8_table4)[] = {
107 const pcre_uint32 PRIV(ucp_gentype)[] = {
152 const pcre_uint32 PRIV(ucp_gbtable[]) = {
182 const int PRIV(ucp_typerange)[] = {
356 const char PRIV(utt_names)[] =
503 const ucp_type_table PRIV(utt)[] = {
[all …]
H A Dpcre_chartables.c29 const pcre_uint8 PRIV(default_tables)[] = {
H A Dpcre_newline.c76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV() function
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV() function
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() function
138 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */ in PRIV()
H A Dpcre_fullinfo.c123 PRIV(jit_get_size)(extra_data->executable_jit) : 0; in pcre_fullinfo()
203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
H A Dpcre_compile.c1261 top = PRIV(utt_size); in get_ucp()
1267 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1270 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1271 *pdataptr = PRIV(utt)[i].value; in get_ucp()
1814 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1850 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
2087 code += PRIV(OP_lengths)[c]; in PRIV()
2097 code += PRIV(OP_lengths)[c]; in PRIV()
2142 code += PRIV(OP_lengths)[c]; in PRIV()
2262 code += PRIV(OP_lengths)[c]; in find_recurse()
[all …]
H A Dpcre_config.c138 *((const char **)where) = PRIV(jit_get_target)(); in pcre_config()
H A Dpcre_exec.c812 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match()
1062 ecode += PRIV(OP_lengths)[*ecode]; in match()
1300 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
2569 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2597 cp = PRIV(ucd_caseless_sets) + ecode[2]; in match()
3120 if (!PRIV(xclass)(c, data, utf)) break; in match()
3318 oclength = PRIV(ord2utf)(othercase, occhars); in match()
4217 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
4968 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
5460 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
[all …]

Completed in 95 milliseconds