Home | History | Annotate | Download | only in _io

Lines Matching defs:out

288         Py_UNICODE *out;
292 out = PyUnicode_AS_UNICODE(modified);
293 out[0] = '\r';
294 memcpy(out + 1, PyUnicode_AS_UNICODE(output),
407 Py_UNICODE *in, *out, *end;
426 out = out_str;
432 *out++ = c;
434 *out++ = c;
445 *out++ = '\n';
450 *out++ = c;
456 if (out - out_str != len) {
457 if (PyUnicode_Resize(&output, out - out_str) < 0)
1007 /* Finished sorting out the codec details */