Home
last modified time | relevance | path

Searched refs:WFILE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dmarshal.c67 } 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()
[all …]
/external/python/cpython3/Python/
Dmarshal.c74 } WFILE; typedef
82 w_flush(WFILE *p) in w_flush()
90 w_reserve(WFILE *p, Py_ssize_t needed) in w_reserve()
125 w_string(const char *s, Py_ssize_t n, WFILE *p) in w_string()
150 w_short(int x, WFILE *p) in w_short()
157 w_long(long x, WFILE *p) in w_long()
181 w_pstring(const char *s, Py_ssize_t n, WFILE *p) in w_pstring()
188 w_short_pstring(const char *s, Py_ssize_t n, WFILE *p) in w_short_pstring()
211 w_PyLong(const PyLongObject *ob, char flag, WFILE *p) in w_PyLong()
254 w_ref(PyObject *v, char *flag, WFILE *p) in w_ref()
[all …]