Lines Matching defs:out
30 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
329 PyObject* out = NULL;
348 out = PyString_FromStringAndSize(NULL, 2048);
349 if (! out)
352 p = PyString_AS_STRING(out);
366 totalsize = (p - PyString_AS_STRING(out)) + ksize + 1 +
368 if (totalsize > PyString_GET_SIZE(out)) {
369 int offset = p - PyString_AS_STRING(out);
370 if (_PyString_Resize(&out, totalsize + 1024))
372 p = PyString_AS_STRING(out) + offset;
384 _PyString_Resize(&out, p - PyString_AS_STRING(out));
386 /* PyObject_Print(out, stdout, 0); */
391 return out;
394 Py_XDECREF(out);
540 the time-out interval elapses. The timeout value is specified\n\