Lines Matching refs:vdict
718 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)
754 return vdict