Searched refs:_Py_read (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | fileutils.h | 105 PyAPI_FUNC(Py_ssize_t) _Py_read(
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 645 n = _Py_read(self->fd, buffer->buf, buffer->len); 750 n = _Py_read(self->fd, 815 n = _Py_read(self->fd, ptr, size);
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 382 n = _Py_read(fd, buffer, (size_t)size); in dev_urandom()
|
D | fileutils.c | 1722 _Py_read(int fd, void *buf, size_t count) in _Py_read() function
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 416 count = _Py_read(self->fd, PyBytes_AS_STRING(rv), size); in oss_read()
|
D | posixmodule.c | 9464 n = _Py_read(fd, PyBytes_AS_STRING(buffer), length); in os_read_impl()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1408 …<elf-symbol name='_Py_read' type='func-type' binding='global-binding' visibility='default-visibili… 18054 …<function-decl name='_Py_read' mangled-name='_Py_read' filepath='./Include/cpython/fileutils.h' li… 18973 …_Py_read' mangled-name='_Py_read' filepath='Python/fileutils.c' line='1722' column='1' visibility=…
|