Lines Matching defs:out
130 batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
131 break if this gets out of synch with pickle.py, but it's unclear that would
665 PyObject *buffer_callback; /* Callback for out-of-band buffers, or NULL */
693 PyObject *buffers; /* iterable of out-of-band buffers, or NULL */
964 _write_size64(char *out, size_t value)
971 out[i] = (unsigned char)((value >> (8 * i)) & 0xff);
974 out[i] = 0;
1275 unpickling from a file, the "we've run out of data" code paths will trigger,
1536 /* Returns NULL if idx is out of bounds. */
2559 /* Write data out-of-band */
2943 /* Pump out MARK, items, APPENDS. */
3068 /* Get list length, and bow out early if empty. */
3193 /* Pump out MARK, items, SETITEMS. */
3712 "code %ld is out of range", obj, code);
4725 (such as None), the given buffer is out-of-band; otherwise the
5590 "pickle stream refers to out-of-band data "
5599 "not enough out-of-band buffers");
6871 PyErr_Format(PyExc_EOFError, "Ran out of input");