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 void *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 void *s, Py_ssize_t n, WFILE *p) in w_pstring()
204 w_short_pstring(const void *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_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
293 w_ref(PyObject *v, char *flag, WFILE *p) in w_ref()
336 w_complex_object(PyObject *v, char flag, WFILE *p);
339 w_object(PyObject *v, WFILE *p) in w_object()
373 w_complex_object(PyObject *v, char flag, WFILE *p) in w_complex_object()
556 w_init_refs(WFILE *wf, int version) in w_init_refs()
571 w_clear_refs(WFILE *wf) in w_clear_refs()
583 WFILE wf; in PyMarshal_WriteLongToFile()
598 WFILE wf; in PyMarshal_WriteObjectToFile()
1565 WFILE wf; in PyMarshal_WriteObjectToString()