Lines Matching refs:end

2920 const pcre_uchar *end;  in get_chr_property_list()  local
3065 end = code + GET(code, 0) - 1; in get_chr_property_list()
3068 end = code + 32 / sizeof(pcre_uchar); in get_chr_property_list()
3070 switch(*end) in get_chr_property_list()
3079 end++; in get_chr_property_list()
3085 end++; in get_chr_property_list()
3091 list[1] = (GET2(end, 1) == 0); in get_chr_property_list()
3092 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
3095 list[2] = (pcre_uint32)(end - code); in get_chr_property_list()
3096 return end; in get_chr_property_list()
3662 const pcre_uchar *end; in auto_possessify() local
3682 end = (c <= OP_MINUPTO) ? in auto_possessify()
3687 if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit)) in auto_possessify()
3739 end = get_chr_property_list(code, utf, cd->fcc, list); in auto_possessify()
3744 if (compare_opcodes(end, utf, cd, list, end, &rec_limit)) in auto_possessify()
4202 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class() argument
4205 pcre_uint32 classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4224 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class()
4233 else if (oc >= start && od <= end) continue; in add_to_class()
4240 else if (od > end && oc <= end + 1) in add_to_class()
4242 end = od; /* Extend upwards */ in add_to_class()
4243 if (end > classbits_end) classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4268 if (end > 0xff) end = 0xff; in add_to_class()
4274 if (end > 0xffff) end = 0xffff; in add_to_class()
4290 if (end >= start) in add_to_class()
4296 if (start < end) in add_to_class()
4300 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4302 else if (start == end) in add_to_class()
4317 if (start < end) in add_to_class()
4321 *uchardata++ = end; in add_to_class()
4323 else if (start == end) in add_to_class()