Home
last modified time | relevance | path

Searched refs:_Py_read (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h105 PyAPI_FUNC(Py_ssize_t) _Py_read(
/third_party/python/Modules/_io/
Dfileio.c645 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/
Dbootstrap_hash.c382 n = _Py_read(fd, buffer, (size_t)size); in dev_urandom()
Dfileutils.c1722 _Py_read(int fd, void *buf, size_t count) in _Py_read() function
/third_party/python/Modules/
Dossaudiodev.c416 count = _Py_read(self->fd, PyBytes_AS_STRING(rv), size); in oss_read()
Dposixmodule.c9464 n = _Py_read(fd, PyBytes_AS_STRING(buffer), length); in os_read_impl()