Searched refs:_Py_read (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
D | fileutils.h | 105 PyAPI_FUNC(Py_ssize_t) _Py_read(
|
/third_party/python/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);
|
/third_party/python/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
|
/third_party/python/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()
|