Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_ucd.c36 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0};
53 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {
H A Dpcre_fullinfo.c142 *((pcre_uint32 *)where) = in pcre_fullinfo()
179 *((pcre_uint32 *)where) = in pcre_fullinfo()
225 *((pcre_uint32 *)where) = re->limit_match; in pcre_fullinfo()
230 *((pcre_uint32 *)where) = re->limit_recursion; in pcre_fullinfo()
H A Dpcre_internal.h211 typedef unsigned int pcre_uint32; typedef
216 typedef unsigned long int pcre_uint32; typedef
284 typedef pcre_uint32 pcre_uchar;
2326 pcre_uint32 magic_number;
2329 pcre_uint32 flags; /* Private flags */
2352 pcre_uint32 magic_number;
2676 extern const pcre_uint32 PRIV(hspace_list)[];
2677 extern const pcre_uint32 PRIV(vspace_list)[];
2769 extern const pcre_uint32 PRIV(ucd_caseless_sets)[];
2773 extern const pcre_uint32 PRIV(ucp_gentype)[];
[all …]
H A Dpcre_newline.c77 pcre_uint32 c; in PRIV()
152 pcre_uint32 c; in PRIV()
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV()
H A Dpcre_compile.c86 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *,
1009 pcre_uint32 c; in check_escape()
2919 pcre_uint32 chr; in get_chr_property_list()
3122 pcre_uint32 list[8]; in compare_opcodes()
3132 pcre_uint32 chr; in compare_opcodes()
4134 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, in get_othercase_range()
4200 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class()
4202 pcre_uint32 c; in add_to_class()
4564 pcre_uint32 ec; in compile_branch()
8819 static pcre_uint32
[all …]
H A Dpcre_xclass.c65 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
100 pcre_uint32 x, y; in PRIV()
H A Dpcre_exec.c131 pcre_uint32 c; in pchars()
211 pcre_uint32 c, d; in match_ref()
236 pcre_uint32 cc, cp; in match_ref()
2555 const pcre_uint32 *cp; in match()
3289 pcre_uint32 dc; in match()
3414 pcre_uint32 othercase; in match()
4540 pcre_uint32 cc; in match()
4557 pcre_uint32 cc; in match()
4574 pcre_uint32 cc; in match()
4591 pcre_uint32 cc; in match()
[all …]
H A Dpcre_printint.c118 pcre_uint32 c = *ptr; in print_char()
224 register pcre_uint32 c = *ptr++; in print_puchar()
275 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop()
338 pcre_uint32 c; in pcre_printint()
H A Dpcre_study.c636 pcre_uint32 c = *p; in set_table_bit()
724 register pcre_uint32 c; in set_type_bits()
766 register pcre_uint32 c; in set_nottype_bits()
803 register pcre_uint32 c; in set_start_bits()
931 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits()
H A Dpcre_tables.c62 const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST };
63 const pcre_uint32 PRIV(vspace_list)[] = { VSPACE_LIST };
105 const pcre_uint32 PRIV(ucp_gentype)[] = {
150 const pcre_uint32 PRIV(ucp_gbtable[]) = {
H A Dpcre_jit_compile.c171 pcre_uint32 limit_match;
377 pcre_uint32 nlmax;
378 pcre_uint32 nlmin;
381 pcre_uint32 bsr_nlmax;
382 pcre_uint32 bsr_nlmin;
3241 pcre_uint32 chr, mask; in scan_prefix()
3582 pcre_uint32 mask; in fast_forward_first_n_chars()
3588 pcre_uint32 rec_count; in fast_forward_first_n_chars()
4050 pcre_uint32 oc, bit; in search_requested_char()
4577 pcre_uint32 c1, c2; in do_utf_caselesscmp()
[all …]
H A DChangeLog795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed
845 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this

Completed in 157 milliseconds