Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbufferobject.h25 PyAPI_FUNC(PyObject *) PyBuffer_FromMemory(void *ptr, Py_ssize_t size);
/external/python/cpython2/PC/os2vacpp/
Dpython.def481 PyBuffer_FromMemory
/external/python/cpython2/Doc/c-api/
Dbuffer.rst422 .. c:function:: PyObject* PyBuffer_FromMemory(void *ptr, Py_ssize_t size)
438 Similar to :c:func:`PyBuffer_FromMemory`, but the returned buffer is
/external/python/cpython2/Doc/data/
Drefcounts.dat47 PyBuffer_FromMemory:PyObject*::+1:
48 PyBuffer_FromMemory:void*:ptr::
49 PyBuffer_FromMemory:int:size::
/external/python/cpython2/Objects/
Dbufferobject.c188 PyBuffer_FromMemory(void *ptr, Py_ssize_t size) in PyBuffer_FromMemory() function
Dunicodeobject.c1258 buffer = PyBuffer_FromMemory((void *)s, size); in PyUnicode_Decode()
/external/python/cpython2/PC/os2emx/
Dpython27.def187 "PyBuffer_FromMemory"
/external/python/cpython2/Misc/
DHISTORY10232 negative size for PyBuffer_FromMemory. Greg Stein.
/external/python/cpython3/Misc/
DHISTORY27611 negative size for PyBuffer_FromMemory. Greg Stein.