Home
last modified time | relevance | path

Searched refs:vdict (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py88 def pack(self, vdict, cdict, val): argument
90 return b''.join(self.apack(vdict, cdict, val))
93 def apack(self, vdict, cdict, val): argument
97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
218 def apack(self, vdict, cdict, val): argument
250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
345 def apack(self, vdict, cdict, val): argument
353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
430 def apack(self, vdict, cdict, val): argument
432 num = vdict[self.repeat]
[all …]
H A Dprotocol.py718 vdict = _9p_data.header_pfod()
719 vdict['size'] = len(bstring) + 4
720 vdict['dsize'] = max(0, len(bstring) - 1)
721 _9p_data.header_unpack_seq.unpack(vdict, None, bstring, noerror)
722 return vdict
726 vdict = self.unpack_header(bstring, noerror)
733 fcall = vdict['fcall']
734 data = vdict['data']
752 vdict = cls()
753 seq.unpack(vdict, self.conditions, data, noerror)
[all …]