Home | History | Annotate | Download | only in src

Lines Matching refs:patlen

2778 unsigned int patlen = strlen(ps);
2786 char *eop = ps + patlen;
2792 patlen = (int)(pe - ps - ellength);
2796 sprintf((char *)buffer, "%s%.*s%s", prefix[popts], patlen, ps, suffix[popts]);
2809 erroffset = PCRE2_SIZE_MAX; /* Will get reduced to patlen below */
2819 if (erroffset > patlen) erroffset = patlen;