Searched refs:IO_creadline (Results 1 – 1 of 1) sorted by relevance
197 IO_creadline(PyObject *self, char **output) { in IO_creadline() function232 if( (n=IO_creadline((PyObject*)self,&output)) < 0) return NULL; in IO_readline()258 if ( (n = IO_creadline((PyObject*)self,&output)) < 0) in IO_readlines()738 IO_creadline,