Home | History | Annotate | Download | only in Python

Lines Matching defs:BUFFER_LEN

618 #define BUFFER_LEN      ((flags & FLAG_SIZE_T) ? *q2:*q)
1112 copied to *buffer; *buffer_len has to be
1118 - in both cases, *buffer_len is updated to
1129 "(buffer_len is NULL)",
1147 if (size + 1 > BUFFER_LEN) {
1152 (Py_ssize_t)size, (Py_ssize_t)(BUFFER_LEN-1));