Searched refs:end_pattern (Results 1 – 2 of 2) sorted by relevance
724 PCRE2_SPTR end_pattern; /* The end of the pattern */ member
48 #define PSEND end_pattern /* Field containing processed string end */2072 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2081 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2089 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()2522 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()9760 cb.end_pattern = pattern + patlen; in pcre2_compile()9998 for (p = ptr; p < cb.end_pattern; p++) if (*p >= META_END) big32count++; in pcre2_compile()
Completed in 28 milliseconds