Searched refs:IO_cread (Results 1 – 1 of 1) sorted by relevance
160 IO_cread(PyObject *self, char **output, Py_ssize_t n) { in IO_cread() function189 if ( (n=IO_cread((PyObject*)self,&output,n)) < 0) return NULL; in IO_read()737 IO_cread,