Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c160 IO_cread(PyObject *self, char **output, Py_ssize_t n) { in IO_cread() function
189 if ( (n=IO_cread((PyObject*)self,&output,n)) < 0) return NULL; in IO_read()
737 IO_cread,