Home | History | Annotate | Download | only in Objects

Lines Matching refs:endp

3624     const Py_UNICODE *endp = p + size;
3650 while (p<endp) {
3671 while ((collend < endp) && ((*collend) >= limit))
3721 if (requiredsize > PY_SSIZE_T_MAX - (endp - collend))
3723 requiredsize += endp - collend;
3753 if (requiredsize > PY_SSIZE_T_MAX - (endp - collend))
3755 requiredsize += endp - collend;
5062 const Py_UNICODE *endp = p + size;
5089 while (p<endp) {
5110 while (collend < endp) {
5152 (str-PyUnicode_AS_UNICODE(res))+strlen(buffer)+(endp-collend)))
5168 (str-PyUnicode_AS_UNICODE(res))+repsize+(endp-collend))) {