Searched refs:load_counted_long (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | cPickle.c | 3569 load_counted_long(Unpicklerobject *self, int size) in load_counted_long() function 4769 if (load_counted_long(self, 1) < 0) in load() 4774 if (load_counted_long(self, 4) < 0) in load() 5186 if (load_counted_long(self, 1) < 0) in noload() 5191 if (load_counted_long(self, 4) < 0) in noload()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 5347 load_counted_long(UnpicklerObject *self, int size) in load_counted_long() function 6928 OP_ARG(LONG1, load_counted_long, 1) in load() 6929 OP_ARG(LONG4, load_counted_long, 4) in load()
|