Searched refs:new_obj (Results 1 – 9 of 9) sorted by relevance
24 def new_obj(): function28 outstanding = collections.defaultdict(new_obj)
255 new_obj = copy.copy(self)258 new_resource = new_obj._create_resource()259 new_obj._resource_handle = new_resource261 obj_map = {self: new_obj}
492 new_obj = self.__class__()493 new_obj.class_ = self.class_494 new_obj.tag = self.tag495 new_obj.implicit = self.implicit496 new_obj.explicit = self.explicit497 return new_obj507 new_obj = self._new_instance()508 new_obj._copy(self, copy.copy)509 return new_obj522 new_obj = self._new_instance()[all …]
130 new_obj = _new_value(type(obj))131 ctypes.pointer(new_obj)[0] = obj132 return new_obj
99 new_obj = _new_value(type(obj))100 ctypes.pointer(new_obj)[0] = obj101 return new_obj
326 static int netconf_update(struct nl_object *old_obj, struct nl_object *new_obj) in netconf_update() argument328 struct rtnl_netconf *new_nc = (struct rtnl_netconf *) new_obj; in netconf_update()330 int action = new_obj->ce_msgtype; in netconf_update()
475 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update() argument477 struct rtnl_route *new_route = (struct rtnl_route *) new_obj; in route_update()480 int action = new_obj->ce_msgtype; in route_update()565 "to object %p during route update\n", new_obj); in route_update()
39 struct nl_object *new_obj, uint64_t, int, void *);