Searched refs:glb_nsz (Results 1 – 1 of 1) sorted by relevance
107 glb_nsz = 8 variable110 glb_nsz = 16 variable2593 if space >= glb_nsz:2616 sz = n + glb_nsz2620 self.buffer[pos + glb_nsz : pos + sz] = d2725 if len(self.buffer) - pos < glb_nsz:2727 n = pickle.loads(self.buffer[pos : pos + glb_nsz])2730 n = pickle.loads(self.buffer[0 : glb_nsz])2731 pos += glb_nsz