Lines Matching refs:WFILE
67 } WFILE; typedef
74 w_more(int c, WFILE *p) in w_more()
96 w_string(const char *s, Py_ssize_t n, WFILE *p) in w_string()
110 w_short(int x, WFILE *p) in w_short()
117 w_long(long x, WFILE *p) in w_long()
127 w_long64(long x, WFILE *p) in w_long64()
150 w_pstring(const char *s, Py_ssize_t n, WFILE *p) in w_pstring()
169 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong()
212 w_object(PyObject *v, WFILE *p) in w_object()
466 WFILE wf; in PyMarshal_WriteLongToFile()
481 WFILE wf; in PyMarshal_WriteObjectToFile()
494 typedef WFILE RFILE; /* Same struct with different invariants */
1220 WFILE wf; in PyMarshal_WriteObjectToString()
1257 WFILE wf; in marshal_dump()