Lines Matching refs:WFILE
90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
106 w_reserve(WFILE *p, Py_ssize_t needed) in w_reserve()
141 w_string(const char *s, Py_ssize_t n, WFILE *p) in w_string()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
197 w_pstring(const char *s, Py_ssize_t n, WFILE *p) in w_pstring()
204 w_short_pstring(const char *s, Py_ssize_t n, WFILE *p) in w_short_pstring()
227 w_PyLong(const PyLongObject *ob, char flag, WFILE *p) in w_PyLong()
270 w_ref(PyObject *v, char *flag, WFILE *p) in w_ref()
313 w_complex_object(PyObject *v, char flag, WFILE *p);
316 w_object(PyObject *v, WFILE *p) in w_object()
350 w_complex_object(PyObject *v, char flag, WFILE *p) in w_complex_object()
587 w_init_refs(WFILE *wf, int version) in w_init_refs()
613 w_clear_refs(WFILE *wf) in w_clear_refs()
626 WFILE wf; in PyMarshal_WriteLongToFile()
641 WFILE wf; in PyMarshal_WriteObjectToFile()
1615 WFILE wf; in PyMarshal_WriteObjectToString()