Lines Matching refs:pcre_uint32

84     const pcre_uint32 *, unsigned int);
88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *,
995 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, in check_escape()
1001 pcre_uint32 c; in check_escape()
1020 { if (i > 0) c = (pcre_uint32)i; else escape = -i; } in check_escape()
1025 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; } in check_escape()
1059 register pcre_uint32 cc = *(++ptr); in check_escape()
1270 register pcre_uint32 cc = *ptr++; in check_escape()
1309 register pcre_uint32 cc = *(++ptr); in check_escape()
1342 register pcre_uint32 cc = *ptr++; in check_escape()
1392 pcre_uint32 cc; /* Some compilers don't like */ in check_escape()
2774 check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata, in check_char_prop()
2777 const pcre_uint32 *p; in check_char_prop()
2863 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list()
2868 pcre_uint32 chr; in get_chr_property_list()
2871 pcre_uint32 *clist_dest; in get_chr_property_list()
2872 const pcre_uint32 *clist_src; in get_chr_property_list()
3042 list[2] = (pcre_uint32)(end - code); in get_chr_property_list()
3068 const pcre_uint32 *base_list, const pcre_uchar *base_end) in compare_opcodes()
3071 pcre_uint32 list[8]; in compare_opcodes()
3072 const pcre_uint32 *chr_ptr; in compare_opcodes()
3073 const pcre_uint32 *ochr_ptr; in compare_opcodes()
3074 const pcre_uint32 *list_ptr; in compare_opcodes()
3081 pcre_uint32 chr; in compare_opcodes()
3307 pcre_uint32 leftop, rightop; in compare_opcodes()
3607 pcre_uint32 list[8]; in auto_possessify()
4070 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, in get_othercase_range()
4071 pcre_uint32 *odptr) in get_othercase_range()
4073 pcre_uint32 c, othercase, next; in get_othercase_range()
4136 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class()
4138 pcre_uint32 c; in add_to_class()
4139 pcre_uint32 classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4153 pcre_uint32 oc, od; in add_to_class()
4296 compile_data *cd, const pcre_uint32 *p, unsigned int except) in add_list_to_class()
4334 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class()
4384 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_branch()
4385 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_branch()
4393 pcre_uint32 firstchar, reqchar; in compile_branch()
4395 pcre_uint32 zeroreqchar, zerofirstchar; in compile_branch()
4401 register pcre_uint32 c; in compile_branch()
4491 pcre_uint32 subreqchar, subfirstchar; in compile_branch()
4496 pcre_uint32 ec; in compile_branch()
5206 pcre_uint32 d; in compile_branch()
6963 pcre_uint32 number = cd->bracount + 1; in compile_branch()
7728 pcre_uint32 cf; in compile_branch()
8038 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_regex()
8039 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_regex()
8049 pcre_uint32 firstchar, reqchar; in compile_regex()
8051 pcre_uint32 branchfirstchar, branchreqchar; in compile_regex()
8595 static pcre_uint32
8599 register pcre_uint32 c = 0; in find_firstassertedchar()
8604 pcre_uint32 d; in find_firstassertedchar()
8787 pcre_uint32 firstchar, reqchar; in pcre_compile2()
8788 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2()
8789 pcre_uint32 limit_recursion = PCRE_UINT32_MAX; in pcre_compile2()
8902 pcre_uint32 c = 0; in pcre_compile2()
8921 pcre_uint32 c = 0; in pcre_compile2()