Lines Matching defs:_Unpickler_Read
1328 /* Don't call it directly: use _Unpickler_Read() */
1342 /* This case is handled by the _Unpickler_Read() macro for efficiency */
1365 * _Unpickler_Read() is recommended in most cases.
1461 #define _Unpickler_Read(self, s, n) \
5293 if (_Unpickler_Read(self, &s, 4) < 0)
5304 if (_Unpickler_Read(self, &s, 1) < 0)
5315 if (_Unpickler_Read(self, &s, 2) < 0)
5359 if (_Unpickler_Read(self, &nbytes, size) < 0)
5375 if (_Unpickler_Read(self, &pdata, size) < 0)
5422 if (_Unpickler_Read(self, &s, 8) < 0)
5491 if (_Unpickler_Read(self, &s, nbytes) < 0)
5503 if (_Unpickler_Read(self, &s, size) < 0)
5529 if (_Unpickler_Read(self, &s, nbytes) < 0)
5559 if (_Unpickler_Read(self, &s, 8) < 0) {
5661 if (_Unpickler_Read(self, &s, nbytes) < 0)
5672 if (_Unpickler_Read(self, &s, size) < 0)
6218 if (_Unpickler_Read(self, &s, 1) < 0)
6245 if (_Unpickler_Read(self, &s, 4) < 0)
6280 if (_Unpickler_Read(self, &codebytes, nbytes) < 0)
6393 if (_Unpickler_Read(self, &s, 1) < 0)
6412 if (_Unpickler_Read(self, &s, 4) < 0)
6809 if (_Unpickler_Read(self, &s, 1) < 0)
6828 if (_Unpickler_Read(self, &s, 8) < 0)
6839 if (_Unpickler_Read(self, &s, frame_len) < 0)
6868 if (_Unpickler_Read(self, &s, 1) < 0) {