Searched refs:statobj (Results 1 – 2 of 2) sorted by relevance
1025 if statobj is None:1026 statobj = protocol.td.stat()1028 statobj = statobj._copy()1059 for field in statobj._fields:1079 statobj.qid = None1080 for field in statobj._fields:1082 statobj[field] = None1084 statobj[field] = None1088 if statobj.name != b'':1089 self.did_rename(fid, statobj.name)[all …]
756 def pack_wirestat(self, statobj): argument761 data = td.stat_seq.pack(statobj, self.conditions)769 statobj = td.stat()775 return statobj, newoff782 used = td.stat_seq.unpack_from(statobj, self.conditions, data,785 return statobj, newoff