Searched refs:PyObject_AsReadBuffer (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Include/
H A Dabstract.h501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/external/python/cpython2/Modules/
H A D_codecsmodule.c224 if (PyObject_AsReadBuffer(obj, (const void **)&data, &size))
653 if (PyObject_AsReadBuffer(obj, (const void **)&data, &size))
/external/python/cpython3/Include/
H A Dabstract.h573 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/external/python/cpython3/Objects/
H A Dabstract.c259 return PyObject_AsReadBuffer(obj, (const void **)buffer, buffer_len);
279 int PyObject_AsReadBuffer(PyObject *obj, function
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1923 if (PyObject_AsReadBuffer(arg, &data, &data_length) < 0) {
/external/python/cpython2/Objects/
H A Dabstract.c291 int PyObject_AsReadBuffer(PyObject *obj, function
H A Dfileobject.c1944 res = PyObject_AsReadBuffer(v, (const void**)&buffer, &len);
/external/python/cpython2/Python/
H A Dbltinmodule.c555 else if (!PyObject_AsReadBuffer(cmd, (const void **)&str, &length)) {
/external/python/cpython2/Modules/_ctypes/
H A D_ctypes.c577 if (-1 == PyObject_AsReadBuffer(obj, &buffer, &buffer_len))

Completed in 317 milliseconds