Lines Matching refs:pcre_uint32
82 const pcre_uint32 *, unsigned int);
86 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *,
1003 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, in check_escape()
1009 pcre_uint32 c; in check_escape()
1028 { if (i > 0) c = (pcre_uint32)i; else escape = -i; } in check_escape()
1033 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; } in check_escape()
1067 register pcre_uint32 cc = *(++ptr); in check_escape()
1278 register pcre_uint32 cc = *ptr++; in check_escape()
1317 register pcre_uint32 cc = *(++ptr); in check_escape()
1350 register pcre_uint32 cc = *ptr++; in check_escape()
1400 pcre_uint32 cc; /* Some compilers don't like */ in check_escape()
2825 check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata, in check_char_prop()
2828 const pcre_uint32 *p; in check_char_prop()
2914 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list()
2919 pcre_uint32 chr; in get_chr_property_list()
2922 pcre_uint32 *clist_dest; in get_chr_property_list()
2923 const pcre_uint32 *clist_src; in get_chr_property_list()
3093 list[2] = (pcre_uint32)(end - code); in get_chr_property_list()
3119 const pcre_uint32 *base_list, const pcre_uchar *base_end, int *rec_limit) in compare_opcodes()
3122 pcre_uint32 list[8]; in compare_opcodes()
3123 const pcre_uint32 *chr_ptr; in compare_opcodes()
3124 const pcre_uint32 *ochr_ptr; in compare_opcodes()
3125 const pcre_uint32 *list_ptr; in compare_opcodes()
3132 pcre_uint32 chr; in compare_opcodes()
3362 pcre_uint32 leftop, rightop; in compare_opcodes()
3662 pcre_uint32 list[8]; in auto_possessify()
4134 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, in get_othercase_range()
4135 pcre_uint32 *odptr) in get_othercase_range()
4137 pcre_uint32 c, othercase, next; 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()
4203 pcre_uint32 classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4217 pcre_uint32 oc, od; in add_to_class()
4364 compile_data *cd, const pcre_uint32 *p, unsigned int except) in add_list_to_class()
4402 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class()
4452 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_branch()
4453 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_branch()
4461 pcre_uint32 firstchar, reqchar; in compile_branch()
4463 pcre_uint32 zeroreqchar, zerofirstchar; in compile_branch()
4469 register pcre_uint32 c; in compile_branch()
4559 pcre_uint32 subreqchar, subfirstchar; in compile_branch()
4564 pcre_uint32 ec; in compile_branch()
5295 pcre_uint32 d; in compile_branch()
7110 pcre_uint32 number = cd->bracount + 1; in compile_branch()
7944 pcre_uint32 cf; in compile_branch()
8258 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_regex()
8259 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_regex()
8269 pcre_uint32 firstchar, reqchar; in compile_regex()
8271 pcre_uint32 branchfirstchar, branchreqchar; in compile_regex()
8819 static pcre_uint32
8823 register pcre_uint32 c = 0; in find_firstassertedchar()
8828 pcre_uint32 d; in find_firstassertedchar()
9011 pcre_uint32 firstchar, reqchar; in pcre_compile2()
9012 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2()
9013 pcre_uint32 limit_recursion = PCRE_UINT32_MAX; in pcre_compile2()
9126 pcre_uint32 c = 0; in pcre_compile2()
9145 pcre_uint32 c = 0; in pcre_compile2()