Lines Matching refs:Overflow
327 /* Ensure we won't overflow the size. */
1521 goto overflow;
1524 goto overflow;
1545 overflow:
2168 /* Write into the stack buffer; nallocated can't overflow.
2179 if (nallocated / 4 != size) /* overflow! */
3441 /* XXX overflow detection missing */
3655 /* no overflow check, because we know that the space is enough */
3718 goto overflow;
3722 goto overflow;
3751 goto overflow;
3754 goto overflow;
3792 overflow:
4216 /* XXX overflow detection missing */
4251 /* XXX overflow detection missing */
5028 /* no overflow check, because we know that the space is enough */
5034 /* no overflow check, because we know that the space is enough */
5737 goto Overflow;
5741 goto Overflow;
5748 goto Overflow;
5779 Overflow:
6538 incr = tabsize - (j % tabsize); /* cannot overflow */
7232 /* ensure # of chars needed doesn't overflow Py_ssize_t and # of bytes
7233 * needed doesn't overflow size_t
8351 routine does bounds checking to ensure no overflow, but a better