Searched refs:glb_nsz (Results 1 – 1 of 1) sorted by relevance
102 glb_nsz = 8 variable105 glb_nsz = 16 variable1205 if space >= glb_nsz:1228 sz = n + glb_nsz1232 self.buffer[pos + glb_nsz : pos + sz] = d1337 if len(self.buffer) - pos < glb_nsz:1339 n = pickle.loads(self.buffer[pos : pos + glb_nsz])1342 n = pickle.loads(self.buffer[0 : glb_nsz])1343 pos += glb_nsz