Searched refs:IO_creadline (Results 1 – 2 of 2) sorted by relevance
190 IO_creadline(PyObject *self, char **output) { in IO_creadline() function221 if( (n=IO_creadline((PyObject*)self,&output)) < 0) return NULL; in IO_readline()247 if ( (n = IO_creadline((PyObject*)self,&output)) < 0) in IO_readlines()711 IO_creadline,
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,