Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_ucd.c38 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0};
55 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {
H A Dpcre_fullinfo.c144 *((pcre_uint32 *)where) = in pcre_fullinfo()
181 *((pcre_uint32 *)where) = in pcre_fullinfo()
227 *((pcre_uint32 *)where) = re->limit_match; in pcre_fullinfo()
232 *((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
288 typedef pcre_uint32 pcre_uchar;
2330 pcre_uint32 magic_number;
2333 pcre_uint32 flags; /* Private flags */
2356 pcre_uint32 magic_number;
2680 extern const pcre_uint32 PRIV(hspace_list)[];
2681 extern const pcre_uint32 PRIV(vspace_list)[];
2773 extern const pcre_uint32 PRIV(ucd_caseless_sets)[];
2777 extern const pcre_uint32 PRIV(ucp_gentype)[];
[all …]
H A Dpcre_newline.c79 pcre_uint32 c; in PRIV()
154 pcre_uint32 c; in PRIV()
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV()
H A Dpcre_compile.c88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *,
1011 pcre_uint32 c; in check_escape()
2921 pcre_uint32 chr; in get_chr_property_list()
3124 pcre_uint32 list[8]; in compare_opcodes()
3134 pcre_uint32 chr; in compare_opcodes()
4136 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, in get_othercase_range()
4202 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class()
4204 pcre_uint32 c; in add_to_class()
4566 pcre_uint32 ec; in compile_branch()
8807 static pcre_uint32
[all …]
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
102 pcre_uint32 x, y; in PRIV()
H A Dpcre_exec.c133 pcre_uint32 c; in pchars()
213 pcre_uint32 c, d; in match_ref()
238 pcre_uint32 cc, cp; in match_ref()
2557 const pcre_uint32 *cp; in match()
3291 pcre_uint32 dc; in match()
3416 pcre_uint32 othercase; in match()
4542 pcre_uint32 cc; in match()
4559 pcre_uint32 cc; in match()
4576 pcre_uint32 cc; in match()
4593 pcre_uint32 cc; in match()
[all …]
H A Dpcre_study.c638 pcre_uint32 c = *p; in set_table_bit()
726 register pcre_uint32 c; in set_type_bits()
768 register pcre_uint32 c; in set_nottype_bits()
805 register pcre_uint32 c; in set_start_bits()
933 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits()
H A Dpcre_tables.c64 const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST };
65 const pcre_uint32 PRIV(vspace_list)[] = { VSPACE_LIST };
107 const pcre_uint32 PRIV(ucp_gentype)[] = {
152 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 132 milliseconds