Searched refs:_Unpickler_Read (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _pickle.c | 1328 /* Don't call it directly: use _Unpickler_Read() */ 1342 /* This case is handled by the _Unpickler_Read() macro for efficiency */ in _Unpickler_ReadImpl() 1365 * _Unpickler_Read() is recommended in most cases. 1461 #define _Unpickler_Read(self, s, n) \ macro 5293 if (_Unpickler_Read(self, &s, 4) < 0) in load_binint() 5304 if (_Unpickler_Read(self, &s, 1) < 0) in load_binint1() 5315 if (_Unpickler_Read(self, &s, 2) < 0) in load_binint2() 5359 if (_Unpickler_Read(self, &nbytes, size) < 0) in load_counted_long() 5375 if (_Unpickler_Read(self, &pdata, size) < 0) in load_counted_long() 5422 if (_Unpickler_Read(sel in load_binfloat() [all...] |
Completed in 12 milliseconds