Home | History | Annotate | Download | only in _io

Lines Matching defs:in_str

329         Py_UNICODE *in_str;
334 in_str = PyUnicode_AS_UNICODE(output);
344 only_lf = (memchr(in_str, '\r', len * sizeof(Py_UNICODE)) == NULL);
352 memchr(in_str, '\n', len * sizeof(Py_UNICODE)) != NULL) {
354 s = in_str;
355 end = in_str + len;
378 s = in_str;
379 end = in_str + len;
425 in = in_str;
427 end = in_str + len;