Lines Matching +defs:flag +defs:s
143 w_string(const void *s, Py_ssize_t n, WFILE *p) in w_string()
199 w_pstring(const void *s, Py_ssize_t n, WFILE *p) in w_pstring()
206 w_short_pstring(const void *s, Py_ssize_t n, WFILE *p) in w_short_pstring()
229 w_PyLong(const PyLongObject *ob, char flag, WFILE *p) in w_PyLong()
295 w_ref(PyObject *v, char *flag, WFILE *p) in w_ref()
322 size_t s = p->hashtable->nentries; in w_ref() local
348 char flag = '\0'; in w_object() local
380 w_complex_object(PyObject *v, char flag, WFILE *p) in w_complex_object()
930 r_ref_reserve(int flag, RFILE *p) in r_ref_reserve()
954 r_ref_insert(PyObject *o, Py_ssize_t idx, int flag, RFILE *p) in r_ref_insert()
970 r_ref(PyObject *o, int flag, RFILE *p) in r_ref()
991 int flag, is_interned = 0; in r_object() local
1714 PyObject *s; in marshal_dump_impl() local
1822 char *s = bytes->buf; in marshal_loads_impl() local