Home
last modified time | relevance | path

Searched refs:tmp_children (Results 1 – 10 of 10) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Dfp_create.cc283 memcpy(tmp_children, root->children, in otn_create_tree()
287 root->children = tmp_children; in otn_create_tree()
295 memcpy(tmp_children, node->children, in otn_create_tree()
299 node->children = tmp_children; in otn_create_tree()
335 detection_option_tree_node_t** tmp_children; in otn_create_tree() local
337 tmp_children = (detection_option_tree_node_t**) in otn_create_tree()
339 memcpy(tmp_children, root->children, in otn_create_tree()
342 root->children = tmp_children; in otn_create_tree()
350 detection_option_tree_node_t** tmp_children; in otn_create_tree() local
354 memcpy(tmp_children, node->children, in otn_create_tree()
[all …]
/dports/security/snort/snort-2.9.18/src/
H A Dfpcreate.c679 detection_option_tree_node_t **tmp_children; in otn_create_tree() local
692 memcpy(tmp_children, root->children, in otn_create_tree()
696 root->children = tmp_children; in otn_create_tree()
703 memcpy(tmp_children, node->children, in otn_create_tree()
707 node->children = tmp_children; in otn_create_tree()
728 detection_option_tree_node_t **tmp_children; in otn_create_tree() local
731 memcpy(tmp_children, root->children, in otn_create_tree()
734 root->children = tmp_children; in otn_create_tree()
742 detection_option_tree_node_t **tmp_children; in otn_create_tree() local
745 memcpy(tmp_children, node->children, in otn_create_tree()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dtree.py711 tmp_children = sorted(n.children or [], key=SVNTreeNode.get_printable_path)
720 for i in range(len(tmp_children)):
721 c = tmp_children[i]
722 if i == len(tmp_children)-1:
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dtree.py711 tmp_children = sorted(n.children or [], key=SVNTreeNode.get_printable_path)
720 for i in range(len(tmp_children)):
721 c = tmp_children[i]
722 if i == len(tmp_children)-1:
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dtree.py711 tmp_children = sorted(n.children or [], key=SVNTreeNode.get_printable_path)
720 for i in range(len(tmp_children)):
721 c = tmp_children[i]
722 if i == len(tmp_children)-1:
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dtree.py711 tmp_children = sorted(n.children or [], key=SVNTreeNode.get_printable_path)
720 for i in range(len(tmp_children)):
721 c = tmp_children[i]
722 if i == len(tmp_children)-1:
/dports/cad/openroad/OpenROAD-2.0/src/pdr/src/
H A Dgraph.cpp2394 vector<int> tmp_children = nodes[j].children; in PDBU_new_NN() local
2399 tmp_children.begin(), in PDBU_new_NN()
2400 tmp_children.end()); in PDBU_new_NN()
2405 for (int k = 0; k < tmp_children.size(); k++) { in PDBU_new_NN()
2406 int child = tmp_children[k]; in PDBU_new_NN()
2413 tmp_children = nodes[j].swap_space[iter]; in PDBU_new_NN()
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dstatements.py1729 def add_tmp_children(node, tmp_children): argument
1730 for tmp in tmp_children:
/dports/editors/emacs/emacs-27.2/src/
H A Dxfns.c294 Window *tmp_children; in x_real_pos_and_offsets() local
299 &wm_window, &tmp_children, &tmp_nchildren); in x_real_pos_and_offsets()
307 XFree (tmp_children); in x_real_pos_and_offsets()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxfns.c298 Window *tmp_children; in x_real_pos_and_offsets() local
303 &wm_window, &tmp_children, &tmp_nchildren); in x_real_pos_and_offsets()
311 XFree (tmp_children); in x_real_pos_and_offsets()