Searched refs:bufstate (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py342 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in class:SocketIO
361 if self.bufstate == 0 and len(self.buffer) >= 4:
365 self.bufstate = 1
368 if self.bufstate == 1 and len(self.buffer) >= self.bufneed:
372 self.bufstate = 0
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py342 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in class:SocketIO
361 if self.bufstate == 0 and len(self.buffer) >= 4:
365 self.bufstate = 1
368 if self.bufstate == 1 and len(self.buffer) >= self.bufneed:
372 self.bufstate = 0

Completed in 32 milliseconds