Searched refs:write_other (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | cPickle.c | 478 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() 859 if (write_other(self, NULL, 0) < 0) return -1; in put2() 1297 if (write_other(self, NULL, 0) < 0) return -1; in save_string() 1467 if (write_other(self, NULL, 0) < 0) in save_unicode() 2903 if (write_other(self, NULL, 0) < 0) return NULL; in Pickle_getvalue() 3113 self->write_func = write_other; in newPicklerobject()
|