Searched refs:Py_END_OF_BUFFER (Results 1 – 3 of 3) sorted by relevance
87 if (self->b_size == Py_END_OF_BUFFER) in get_buf()104 if (size < 0 && size != Py_END_OF_BUFFER) { in buffer_from_memory()141 if (b->b_size != Py_END_OF_BUFFER) { in buffer_from_object()145 if (size == Py_END_OF_BUFFER || size > base_size) in buffer_from_object()237 Py_ssize_t size = Py_END_OF_BUFFER; in buffer_new()
17 #define Py_END_OF_BUFFER (-1) macro
378 .. c:var:: int Py_END_OF_BUFFER401 :const:`Py_END_OF_BUFFER`, then the new buffer's contents extend to the428 than zero. Note that :const:`Py_END_OF_BUFFER` may *not* be passed for the