Searched refs:end_pattern (Results 1 – 2 of 2) sorted by relevance
728 PCRE2_SPTR end_pattern; /* The end of the pattern */ member
48 #define PSEND end_pattern /* Field containing processed string end */2099 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2108 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2118 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2122 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2630 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()9886 cb.end_pattern = pattern + patlen; in pcre2_compile()10124 for (p = ptr; p < cb.end_pattern; p++) if (*p >= META_END) big32count++; in pcre2_compile()
Completed in 27 milliseconds