Home
last modified time | relevance | path

Searched +defs:socket +defs:node (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/intern/
H A Dnode_tree_ref.cc28 NodeRef &node = *allocator_.construct<NodeRef>(); in NodeTreeRef() local
36 InputSocketRef &socket = *allocator_.construct<InputSocketRef>(); in NodeTreeRef() local
46 OutputSocketRef &socket = *allocator_.construct<OutputSocketRef>(); in NodeTreeRef() local
103 NodeRef *node = node_mapping.lookup(bnode); in find_input_socket() local
117 NodeRef *node = node_mapping.lookup(bnode); in find_output_socket() local
127 void NodeTreeRef::find_targets_skipping_reroutes(OutputSocketRef &socket, in find_targets_skipping_reroutes()
147 for (const NodeRef *node : nodes_by_id_) { in to_dot() local
153 for (const InputSocketRef *socket : node->inputs()) { in to_dot() local
156 for (const OutputSocketRef *socket : node->outputs()) { in to_dot() local
/dports/graphics/blender/blender-2.91.0/source/blender/functions/intern/
H A Dmulti_function_network.cc73 MFFunctionNode &node = *allocator_.construct<MFFunctionNode>(); in add_function() local
93 MFInputSocket &socket = *node.inputs_[i]; in add_function() local
108 MFOutputSocket &socket = *node.outputs_[i]; in add_function() local
132 MFDummyNode &node = *allocator_.construct<MFDummyNode>(); in add_dummy() local
149 MFInputSocket &socket = *node.inputs_[i]; in add_dummy() local
160 MFOutputSocket &socket = *node.outputs_[i]; in add_dummy() local
208 void MFNetwork::remove(MFNode &node) in remove()
291 for (const MFNode *node : all_nodes) { in to_dot() local
295 for (const MFInputSocket *socket : node->inputs_) { in to_dot() local
306 for (const MFDummyNode *node : dummy_nodes_) { in to_dot() local
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/graph/
H A Dnode.cpp55 template<typename T> static T &get_socket_value(const Node *node, const SocketType &socket) in get_socket_value()
329 static void copy_array(const Node *node, in copy_array()
330 const SocketType &socket, in copy_array()
391 static bool is_array_equal(const Node *node, const Node *other, const SocketType &socket) in is_array_equal()
399 static bool is_value_equal(const Node *node, const Node *other, const SocketType &socket) in is_value_equal()
486 template<typename T> void value_hash(const Node *node, const SocketType &socket, MD5Hash &md5) in value_hash()
491 void float3_hash(const Node *node, const SocketType &socket, MD5Hash &md5) in float3_hash()
497 template<typename T> void array_hash(const Node *node, const SocketType &socket, MD5Hash &md5) in array_hash()
505 void float3_array_hash(const Node *node, const SocketType &socket, MD5Hash &md5) in float3_array_hash()
608 template<typename T> size_t array_size_in_bytes(const Node *node, const SocketType &socket) in array_size_in_bytes()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DMaterials.cpp110 bNode *node = nodeAddStaticNode(mContext, ntree, node_type); in add_node() local
135 bNodeSocket *socket = nodeFindSocket(shader_node, SOCK_IN, "Metallic"); in set_reflectivity() local
163 bNodeSocket *socket = nodeFindSocket(shader_node, SOCK_IN, "IOR"); in set_ior() local
203 bNodeSocket *socket = nodeFindSocket(shader_node, SOCK_IN, "Alpha"); in set_alpha() local
264 static bNodeSocket *set_color(bNode *node, COLLADAFW::Color col) in set_color()
266 bNodeSocket *socket = (bNodeSocket *)BLI_findlink(&node->outputs, 0); in set_color() local
280 bNode *node = add_node(SH_NODE_RGB, -300, locy, "Ambient"); in set_ambient() local
296 bNode *node = add_node(SH_NODE_RGB, -300, locy, "Reflective"); in set_reflective() local
312 bNodeSocket *socket = nodeFindSocket(shader_node, SOCK_IN, "Emission"); in set_emission() local
349 bNodeSocket *socket = nodeFindSocket(shader_node, SOCK_IN, "Alpha"); in set_opacity() local
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dtcpsocket.hpp37 void Connect(Socket& socket, const String& node, const String& service) in Connect()
66 void Connect(Socket& socket, const String& node, const String& service, boost::asio::yield_context … in Connect()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/test/
H A Dtcp-sack-permitted-test.cc70 SackPermittedTestCase::CreateReceiverSocket (Ptr<Node> node) in CreateReceiverSocket()
72 Ptr<TcpSocketMsgBase> socket = TcpGeneralTest::CreateReceiverSocket (node); in CreateReceiverSocket() local
97 SackPermittedTestCase::CreateSenderSocket (Ptr<Node> node) in CreateSenderSocket()
99 Ptr<TcpSocketMsgBase> socket = TcpGeneralTest::CreateSenderSocket (node); in CreateSenderSocket() local
H A Dtcp-wscaling-test.cc87 WScalingTestCase::CreateReceiverSocket (Ptr<Node> node) in CreateReceiverSocket()
89 Ptr<TcpSocketMsgBase> socket = TcpGeneralTest::CreateReceiverSocket (node); in CreateReceiverSocket() local
114 WScalingTestCase::CreateSenderSocket (Ptr<Node> node) in CreateSenderSocket()
116 Ptr<TcpSocketMsgBase> socket = TcpGeneralTest::CreateSenderSocket (node); in CreateSenderSocket() local
H A Dtcp-syn-connection-failed-test.cc63 TcpSynConnectionFailedTest::HandleConnectionFailed (Ptr<Socket> socket) in HandleConnectionFailed()
71 Ptr<Node> node = CreateObject<Node> (); in DoRun() local
78 Ptr<Socket> socket = Socket::CreateSocket (node, tid); in DoRun() local
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_normal_map.c35 static void node_shader_init_normal_map(bNodeTree *UNUSED(ntree), bNode *node) in node_shader_init_normal_map()
43 bNode *UNUSED(node), in node_shader_exec_normal_map()
51 bNode *node, in gpu_shader_normal_map()
63 bNodeSocket *socket = BLI_findlink(&node->original->inputs, 0); in gpu_shader_normal_map() local
76 bNodeSocket *socket = BLI_findlink(&node->original->inputs, 1); in gpu_shader_normal_map() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dsocketevtdispatch.cpp89 GSocket* socket) in RegisterCallback()
135 wxHashTable::compatibility_iterator node = Next(); in FillSets() local
164 wxHashTable::compatibility_iterator node = Next(); in AddEvents() local
242 bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket *socket) in Init_Socket()
255 void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket *socket) in Destroy_Socket()
260 void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket *socket, in Install_Callback()
299 void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, in Uninstall_Callback()
327 void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket) in Enable_Events()
333 void GSocketGUIFunctionsTableConcrete::Disable_Events(GSocket *socket) in Disable_Events()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dsocketevtdispatch.cpp89 GSocket* socket) in RegisterCallback()
135 wxHashTable::compatibility_iterator node = Next(); in FillSets() local
164 wxHashTable::compatibility_iterator node = Next(); in AddEvents() local
242 bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket *socket) in Init_Socket()
255 void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket *socket) in Destroy_Socket()
260 void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket *socket, in Install_Callback()
299 void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, in Uninstall_Callback()
327 void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket) in Enable_Events()
333 void GSocketGUIFunctionsTableConcrete::Disable_Events(GSocket *socket) in Disable_Events()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dsocketevtdispatch.cpp89 GSocket* socket) in RegisterCallback()
135 wxHashTable::compatibility_iterator node = Next(); in FillSets() local
164 wxHashTable::compatibility_iterator node = Next(); in AddEvents() local
242 bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket *socket) in Init_Socket()
255 void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket *socket) in Destroy_Socket()
260 void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket *socket, in Install_Callback()
299 void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, in Uninstall_Callback()
327 void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket) in Enable_Events()
333 void GSocketGUIFunctionsTableConcrete::Disable_Events(GSocket *socket) in Disable_Events()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dsocketevtdispatch.cpp89 GSocket* socket) in RegisterCallback()
135 wxHashTable::compatibility_iterator node = Next(); in FillSets() local
164 wxHashTable::compatibility_iterator node = Next(); in AddEvents() local
242 bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket *socket) in Init_Socket()
255 void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket *socket) in Destroy_Socket()
260 void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket *socket, in Install_Callback()
299 void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket *socket, in Uninstall_Callback()
327 void GSocketGUIFunctionsTableConcrete::Enable_Events(GSocket *socket) in Enable_Events()
333 void GSocketGUIFunctionsTableConcrete::Disable_Events(GSocket *socket) in Disable_Events()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/uan/examples/
H A Duan-raw-example.cc137 NodeContainer::Iterator node = m_nodes.Begin (); in SetupCommunications() local
148 UanExperiment::PrintReceivedPacket (Ptr<Socket> socket) in PrintReceivedPacket()
171 NodeContainer::Iterator node = m_nodes.Begin (); in SetupApplications() local
192 NodeContainer::Iterator node = m_nodes.Begin (); in SendPackets() local
209 UanExperiment::SendSinglePacket (Ptr<Node> node, Ptr<Packet> pkt, Mac8Address dst) in SendSinglePacket()
233 std::map<Ptr<Node>, Ptr<Socket> >::iterator socket; in Teardown() local
H A Duan-ipv4-example.cc135 NodeContainer::Iterator node = m_nodes.Begin (); in SetupCommunications() local
159 UanExperiment::PrintReceivedPacket (Ptr<Socket> socket) in PrintReceivedPacket()
180 NodeContainer::Iterator node = m_nodes.Begin (); in SetupApplications() local
200 NodeContainer::Iterator node = m_nodes.Begin (); in SendPackets() local
217 UanExperiment::SendSinglePacket (Ptr<Node> node, Ptr<Packet> pkt, Ipv4Address dst) in SendSinglePacket()
238 std::map<Ptr<Node>, Ptr<Socket> >::iterator socket; in Teardown() local
H A Duan-ipv6-example.cc135 NodeContainer::Iterator node = m_nodes.Begin (); in SetupCommunications() local
162 UanExperiment::PrintReceivedPacket (Ptr<Socket> socket) in PrintReceivedPacket()
183 NodeContainer::Iterator node = m_nodes.Begin (); in SetupApplications() local
203 NodeContainer::Iterator node = m_nodes.Begin (); in SendPackets() local
220 UanExperiment::SendSinglePacket (Ptr<Node> node, Ptr<Packet> pkt, Ipv6Address dst) in SendSinglePacket()
241 std::map<Ptr<Node>, Ptr<Socket> >::iterator socket; in Teardown() local
H A Duan-6lowpan-example.cc137 NodeContainer::Iterator node = m_nodes.Begin (); in SetupCommunications() local
167 UanExperiment::PrintReceivedPacket (Ptr<Socket> socket) in PrintReceivedPacket()
188 NodeContainer::Iterator node = m_nodes.Begin (); in SetupApplications() local
208 NodeContainer::Iterator node = m_nodes.Begin (); in SendPackets() local
225 UanExperiment::SendSinglePacket (Ptr<Node> node, Ptr<Packet> pkt, Ipv6Address dst) in SendSinglePacket()
246 std::map<Ptr<Node>, Ptr<Socket> >::iterator socket; in Teardown() local
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/
H A DNOD_node_tree_multi_function.hh86 void add(const DSocket &dsocket, fn::MFSocket &socket) in add()
93 void add(const DInputSocket &dsocket, fn::MFInputSocket &socket) in add()
98 void add(const DOutputSocket &dsocket, fn::MFOutputSocket &socket) in add()
121 void add(const DGroupInput &group_input, fn::MFOutputSocket &socket) in add()
127 void add_try_match(const DNode &dnode, fn::MFNode &node) in add_try_match()
155 fn::MFSocket *socket = sockets[used_sockets]; in add_try_match() local
184 fn::MFInputSocket &socket = *sockets[0]; in lookup_dummy() local
191 fn::MFOutputSocket &socket = this->lookup(dsocket); in lookup_dummy() local
314 fn::MFFunctionNode &node = common_.network.add_function(fn); in set_generator_fn() local
321 void set_socket(fn::MFOutputSocket &socket) in set_socket()
[all …]
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/posix/
H A Dsocket.c163 struct aws_socket *socket; member
189 struct aws_socket *socket, in s_socket_init()
570 struct aws_socket *socket, in aws_socket_connect()
1008 struct aws_socket *socket, in aws_socket_start_accept()
1063 struct aws_socket *socket; member
1248 struct aws_linked_list_node node; member
1256 struct aws_socket *socket; member
1374 … struct aws_linked_list_node *node = aws_linked_list_pop_front(&socket_impl->write_queue); in aws_socket_close() local
1472 struct aws_linked_list_node *node = aws_linked_list_front(&socket_impl->write_queue); in s_process_write_requests() local
1548 … struct aws_linked_list_node *node = aws_linked_list_pop_front(&socket_impl->write_queue); in s_process_write_requests() local
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-adhoc.cc69 Experiment::SetPosition (Ptr<Node> node, Vector position) in SetPosition()
76 Experiment::GetPosition (Ptr<Node> node) in GetPosition()
83 Experiment::AdvancePosition (Ptr<Node> node) in AdvancePosition()
99 Experiment::ReceivePacket (Ptr<Socket> socket) in ReceivePacket()
109 Experiment::SetupPacketReceive (Ptr<Node> node) in SetupPacketReceive()
145 PacketSocketAddress socket; in Run() local
/dports/net-mgmt/rtrlib/rtrlib-0.6.3/rtrlib/pfx/trie/
H A Dtrie-pfx.c25 const struct rtr_socket *socket; member
35 const struct rtr_socket *socket; member
42 const struct rtr_socket *socket; member
123 int pfx_table_create_node(struct trie_node **node, in pfx_table_create_node()
219 …struct trie_node *node = trie_lookup_exact(root, &(record->prefix), record->min_len, &lvl, &found); in pfx_table_add() local
268 …struct trie_node *node = trie_lookup_exact(root, &(record->prefix), record->min_len, &lvl, &found); in pfx_table_remove() local
318 int pfx_table_node2pfx_record(struct trie_node *node, struct pfx_record *records, const unsigned in… in pfx_table_node2pfx_record()
366 struct trie_node *node = trie_lookup(root, prefix, prefix_len, &lvl); in pfx_table_validate_r() local
429 RTRLIB_EXPORT int pfx_table_src_remove(struct pfx_table *pfx_table, const struct rtr_socket *socket) in pfx_table_src_remove()
446 …t pfx_table *pfx_table, struct trie_node **root, struct trie_node *node, const struct rtr_socket *… in pfx_table_remove_id()
[all …]
/dports/databases/galera26/galera-release_26.4.10/wsrep/src/examples/node/
H A Dsst.c108 struct node_ctx* node; member
109 node_socket_t* socket; member
119 struct node_ctx* const node = ((struct sst_joiner_ctx*)ctx)->node; in sst_joiner_thread() local
200 struct node_ctx* const node = app_ctx; in node_sst_request_cb() local
226 node_socket_t* const socket = node_socket_listen(NULL, sst_port); in node_sst_request_cb() local
270 struct node_ctx* node; member
271 node_socket_t* socket; member
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsst.c108 struct node_ctx* node; member
109 node_socket_t* socket; member
119 struct node_ctx* const node = ((struct sst_joiner_ctx*)ctx)->node; in sst_joiner_thread() local
200 struct node_ctx* const node = app_ctx; in node_sst_request_cb() local
226 node_socket_t* const socket = node_socket_listen(NULL, sst_port); in node_sst_request_cb() local
270 struct node_ctx* node; member
271 node_socket_t* socket; member
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsst.c108 struct node_ctx* node; member
109 node_socket_t* socket; member
119 struct node_ctx* const node = ((struct sst_joiner_ctx*)ctx)->node; in sst_joiner_thread() local
200 struct node_ctx* const node = app_ctx; in node_sst_request_cb() local
226 node_socket_t* const socket = node_socket_listen(NULL, sst_port); in node_sst_request_cb() local
270 struct node_ctx* node; member
271 node_socket_t* socket; member
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsst.c108 struct node_ctx* node; member
109 node_socket_t* socket; member
119 struct node_ctx* const node = ((struct sst_joiner_ctx*)ctx)->node; in sst_joiner_thread() local
200 struct node_ctx* const node = app_ctx; in node_sst_request_cb() local
226 node_socket_t* const socket = node_socket_listen(NULL, sst_port); in node_sst_request_cb() local
270 struct node_ctx* node; member
271 node_socket_t* socket; member

12345678910>>...22