Home | History | Annotate | Download | only in pcre

Lines Matching refs:lenptr

629 /* The length of the endline sequence that is found is set via lenptr. This may
635 lenptr where to put the length of the eol sequence
641 end_of_line(char *p, char *endptr, int *lenptr)
650 *lenptr = 1;
653 *lenptr = 0;
660 *lenptr = 1;
663 *lenptr = 0;
672 *lenptr = 0;
677 *lenptr = 2;
707 *lenptr = 1;
713 *lenptr = 2;
716 else *lenptr = 1;
724 *lenptr = 0; /* Must have hit the end */
753 *lenptr = 1;
759 *lenptr = 2;
762 else *lenptr = 1;
766 *lenptr = utf8? 2 : 1;
771 *lenptr = 3;
779 *lenptr = 0; /* Must have hit the end */