Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
/external/python/cpython2/Objects/
Dmemoryobject.c415 PyBuffer_ToContiguous(PyBytes_AS_STRING(res), &view, view.len, 'C'); in memory_tobytes()
Dbytearrayobject.c859 if (PyBuffer_ToContiguous(self->ob_bytes, &view, size, 'C') < 0) in bytearray_init()
Dabstract.c483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort) in PyBuffer_ToContiguous() function
/external/python/cpython2/Modules/
D_testcapimodule.c404 PyBuffer_ToContiguous(result, &view, view.len, 'C'); in test_to_contiguous()
416 PyBuffer_ToContiguous(result, &view, view.len, 'C'); in test_to_contiguous()