Searched refs:glb_nsz (Results 1 – 1 of 1) sorted by relevance
107 glb_nsz = 8 variable110 glb_nsz = 16 variable2590 if space >= glb_nsz:2613 sz = n + glb_nsz2617 self.buffer[pos + glb_nsz : pos + sz] = d2722 if len(self.buffer) - pos < glb_nsz:2724 n = pickle.loads(self.buffer[pos : pos + glb_nsz])2727 n = pickle.loads(self.buffer[0 : glb_nsz])2728 pos += glb_nsz