Home
last modified time | relevance | path

Searched refs:_getbuffer (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dbytearrayobject.c130 _getbuffer(PyObject *obj, Py_buffer *view) in _getbuffer() function
301 if (_getbuffer(a, &va) < 0 || in PyByteArray_Concat()
302 _getbuffer(b, &vb) < 0) { in PyByteArray_Concat()
343 if (_getbuffer(other, &vo) < 0) { in bytearray_iconcat()
520 if (_getbuffer(values, &vbytes) < 0) { in bytearray_setslice()
1069 self_size = _getbuffer(self, &self_bytes); in bytearray_richcompare()
1076 other_size = _getbuffer(other, &other_bytes); in bytearray_richcompare()
1185 if (_getbuffer(subobj, &subbuf) < 0) in bytearray_find_internal()
1236 if (_getbuffer(sub_obj, &vsub) < 0) in bytearray_count()
1316 if (_getbuffer(arg, &varg) < 0) in bytearray_contains()
[all …]