Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmemoryobject.h20 int buffertype,
/external/python/cpython2/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() argument
260 switch(buffertype) { in PyMemoryView_GetContiguous()
279 if (buffertype == PyBUF_WRITE) { in PyMemoryView_GetContiguous()
307 if (buffertype == PyBUF_SHADOW) { in PyMemoryView_GetContiguous()
/external/python/cpython2/Doc/c-api/
Dbuffer.rst317 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)