Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst54 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
Dbuffer.rst451 :c:func:`PyObject_AsWriteBuffer`) is not specifically aligned.
/external/python/cpython3/Doc/c-api/
Dobjbuffer.rst49 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c210 if (PyObject_AsWriteBuffer(obj, &buffer, &buffer_len) < 0) in multiprocessing_address_of_buffer()
/external/python/cpython2/Include/
Dabstract.h517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/external/python/cpython3/Include/
Dabstract.h500 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/external/python/cpython3/PC/
Dpython3.def447 PyObject_AsWriteBuffer=python37.PyObject_AsWriteBuffer
/external/python/cpython3/Doc/data/
Drefcounts.dat1553 PyObject_AsWriteBuffer:int:::
1554 PyObject_AsWriteBuffer:PyObject*:obj:0:
1555 PyObject_AsWriteBuffer:void**:buffer::
1556 PyObject_AsWriteBuffer:Py_ssize_t*:buffer_len::
/external/python/cpython2/Modules/_sqlite/
Dcursor.c388 if (PyObject_AsWriteBuffer(buffer, &raw_buffer, &nbytes)) { in _pysqlite_fetch_one_row()
Dconnection.c626 if (PyObject_AsWriteBuffer(cur_py_value, &raw_buffer, &buflen)) { in _pysqlite_build_py_params()
/external/python/cpython2/PC/os2emx/
Dpython27.def129 "PyObject_AsWriteBuffer"
/external/python/cpython3/Objects/
Dabstract.c325 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
/external/python/cpython2/Objects/
Dabstract.c324 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c589 if (-1 == PyObject_AsWriteBuffer(obj, &buffer, &buffer_len)) in CDataType_from_buffer()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst27 PyObject_AsWriteBuffer().
/external/python/cpython3/Misc/
DHISTORY960 and PyObject_AsWriteBuffer().