Searched refs:WFILE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | marshal.c | 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() [all …]
|
/external/python/cpython2/Python/ |
D | marshal.c | 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() [all …]
|