Lines Matching refs:conn_data
191 conn_data = smb_server.getConnectionData(conn_id)
199 path = self.get_share_path(conn_data,
242 if len(conn_data["OpenedFiles"]) == 0:
245 fakefid = conn_data["OpenedFiles"].keys()[-1] + 1
279 conn_data["OpenedFiles"][fakefid] = {}
280 conn_data["OpenedFiles"][fakefid]["FileHandle"] = fid
281 conn_data["OpenedFiles"][fakefid]["FileName"] = path
282 conn_data["OpenedFiles"][fakefid]["DeleteOnClose"] = False
293 smb_server.setConnectionData(conn_id, conn_data)
297 def get_share_path(self, conn_data, root_fid, tid): argument
298 conn_shares = conn_data["ConnectedShares"]
303 path = conn_data["OpenedFiles"][root_fid]["FileName"]