Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c478 write_other(Picklerobject *self, const char *s, Py_ssize_t n) in write_other() function
491 if (write_other(self, NULL, 0) < 0) in write_other()
771 if (write_other(self, NULL, 0) < 0) return -1; in get()
854 if (write_other(self, NULL, 0) < 0) return -1; in put2()
1284 if (write_other(self, NULL, 0) < 0) return -1; in save_string()
1451 if (write_other(self, NULL, 0) < 0) in save_unicode()
2887 if (write_other(self, NULL, 0) < 0) return NULL; in Pickle_getvalue()
3097 self->write_func = write_other; in newPicklerobject()