Home
last modified time | relevance | path

Searched refs:curnode (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/textproc/p5-XML-Bare/XML-Bare-0.53/
H A DBare.xs41 printf("Node: %.*s\n", curnode->namelen, curnode->name ); in cxml2obj()
47 SV * sv = newSVpvn( curnode->value, curnode->vallen ); in cxml2obj()
56 SV * sv = newSVpvn( curnode->comment, curnode->comlen ); in cxml2obj()
65 SV *sv = newSVpvn( curnode->value, curnode->vallen ); in cxml2obj()
74 SV *sv = newSVpvn( curnode->comment, curnode->comlen ); in cxml2obj()
80 curnode = curnode->firstchild; in cxml2obj()
134 if( i != ( length - 1 ) ) curnode = curnode->next; in cxml2obj()
137 curnode = curnode->parent; in cxml2obj()
182 curnode = curnode->firstchild; in cxml2obj_simple()
245 if( i != ( length - 1 ) ) curnode = curnode->next; in cxml2obj_simple()
[all …]
H A Dparser.c122 curnode = self->curnode; in parserc_parse()
369 curnode = curnode->parent; in parserc_parse()
426 curnode = curnode->parent; in parserc_parse()
496 curnode = curnode->parent; in parserc_parse()
520 curnode = curnode->parent; in parserc_parse()
658 self->curnode = curnode; in parserc_parse()
805 curnode = curnode->parent; in parserc_parse_unsafely()
840 curnode = curnode->parent; in parserc_parse_unsafely()
876 curnode = curnode->parent; in parserc_parse_unsafely()
896 curnode = curnode->parent; in parserc_parse_unsafely()
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Davltree.hh61 curnode = curnode->left; in insert()
69 curnode = curnode->right; in insert()
114 if ( curnode->parent->left == curnode ) { in remove()
132 if ( curnode->parent->left == curnode ) { in remove()
137 curnode->left->parent = curnode->parent; in remove()
151 if ( curnode->parent->left == curnode ) { in remove()
156 curnode->right->parent = curnode->parent; in remove()
236 curnode = curnode->left; in find()
239 curnode = curnode->right; in find()
490 curnode = curnode->left; in findNode()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Davltree.hh61 curnode = curnode->left; in insert()
69 curnode = curnode->right; in insert()
114 if ( curnode->parent->left == curnode ) { in remove()
132 if ( curnode->parent->left == curnode ) { in remove()
137 curnode->left->parent = curnode->parent; in remove()
151 if ( curnode->parent->left == curnode ) { in remove()
156 curnode->right->parent = curnode->parent; in remove()
236 curnode = curnode->left; in find()
239 curnode = curnode->right; in find()
490 curnode = curnode->left; in findNode()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
213 while(curnode != NULL) { in symlist_search()
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
218 return (curnode); in symlist_search()
255 if (curnode == NULL in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
558 curnode); in symtable_dump()
647 free(curnode); in symtable_dump()
659 free(curnode); in symtable_dump()
672 free(curnode); in symtable_dump()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
213 while(curnode != NULL) { in symlist_search()
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
218 return (curnode); in symlist_search()
255 if (curnode == NULL in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
558 curnode); in symtable_dump()
647 free(curnode); in symtable_dump()
659 free(curnode); in symtable_dump()
672 free(curnode); in symtable_dump()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
213 while(curnode != NULL) { in symlist_search()
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
218 return (curnode); in symlist_search()
255 if (curnode == NULL in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
558 curnode); in symtable_dump()
647 free(curnode); in symtable_dump()
659 free(curnode); in symtable_dump()
672 free(curnode); in symtable_dump()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c52 OSTreeNode *curnode; in _OSTreeNode_Add() local
74 while (curnode) { in _OSTreeNode_Add()
78 curnode->child = _OSTreeNode_Add(curnode->child, in _OSTreeNode_Add()
83 curnode = curnode->next; in _OSTreeNode_Add()
87 if (!curnode) { in _OSTreeNode_Add()
144 while (curnode) { in OSDirTree_AddToTree()
148 curnode->child = _OSTreeNode_Add(curnode->child, in OSDirTree_AddToTree()
154 curnode = curnode->next; in OSDirTree_AddToTree()
158 if (!curnode) { in OSDirTree_AddToTree()
211 while (curnode) { in OSDirTree_SearchTree()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c52 OSTreeNode *curnode; in _OSTreeNode_Add() local
74 while (curnode) { in _OSTreeNode_Add()
78 curnode->child = _OSTreeNode_Add(curnode->child, in _OSTreeNode_Add()
83 curnode = curnode->next; in _OSTreeNode_Add()
87 if (!curnode) { in _OSTreeNode_Add()
144 while (curnode) { in OSDirTree_AddToTree()
148 curnode->child = _OSTreeNode_Add(curnode->child, in OSDirTree_AddToTree()
154 curnode = curnode->next; in OSDirTree_AddToTree()
158 if (!curnode) { in OSDirTree_AddToTree()
211 while (curnode) { in OSDirTree_SearchTree()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c52 OSTreeNode *curnode; in _OSTreeNode_Add() local
74 while (curnode) { in _OSTreeNode_Add()
78 curnode->child = _OSTreeNode_Add(curnode->child, in _OSTreeNode_Add()
83 curnode = curnode->next; in _OSTreeNode_Add()
87 if (!curnode) { in _OSTreeNode_Add()
144 while (curnode) { in OSDirTree_AddToTree()
148 curnode->child = _OSTreeNode_Add(curnode->child, in OSDirTree_AddToTree()
154 curnode = curnode->next; in OSDirTree_AddToTree()
158 if (!curnode) { in OSDirTree_AddToTree()
211 while (curnode) { in OSDirTree_SearchTree()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
213 while(curnode != NULL) { in symlist_search()
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
218 return (curnode); in symlist_search()
255 if (curnode == NULL in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
551 curnode); in symtable_dump()
637 free(curnode); in symtable_dump()
649 free(curnode); in symtable_dump()
663 free(curnode); in symtable_dump()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Doid_stash.c111 tmpp = curnode->children[lookup[i] % curnode->children_size]; in netsnmp_oid_stash_add_data()
116 tmpp = curnode->children[lookup[i] % curnode->children_size] = in netsnmp_oid_stash_add_data()
136 curnode->children[lookup[i] % curnode->children_size] = in netsnmp_oid_stash_add_data()
144 curnode = tmpp; in netsnmp_oid_stash_add_data()
174 tmpp = curnode->children[lookup[i] % curnode->children_size]; in netsnmp_oid_stash_get_node()
188 curnode = tmpp; in netsnmp_oid_stash_get_node()
215 tmpp = curnode->children[lookup[i] % curnode->children_size]; in netsnmp_oid_stash_getnext_node()
229 curnode = tmpp; in netsnmp_oid_stash_getnext_node()
233 if (!curnode) in netsnmp_oid_stash_getnext_node()
276 curnode = curnode->parent; in netsnmp_oid_stash_getnext_node()
[all …]
/dports/science/healpix/Healpix_3.50/src/cxx/cxxsupport/
H A Dwalltimer.cc120 tstack_node *curnode=0; variable
160 if (curnode==0) curnode=&tstack_root; in tstack_push()
163 it=curnode->child.insert (make_pair(name,tstack_node(name,curnode))).first; in tstack_push()
164 curnode=&(it->second); in tstack_push()
172 planck_assert(curnode && (curnode->name==name), "invalid tstack operation"); in tstack_pop()
175 curnode=curnode->parent; in tstack_pop()
184 curnode=curnode->parent; in tstack_pop()
192 curnode=curnode->parent; in tstack_replace()
196 curnode=&(it->second); in tstack_replace()
200 curnode->wt.start(t); in tstack_replace()
[all …]
/dports/games/tesseract-data/tesseract/src/game/
H A Dwaypoint.cpp227 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
236 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
244 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in closestwaypoint()
247 curnode += curnode->childindex(0); in closestwaypoint()
278 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
287 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
295 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in findwaypointswithin()
298 curnode += curnode->childindex(0); in findwaypointswithin()
327 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
336 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
[all …]
/dports/games/tesseract/tesseract/src/game/
H A Dwaypoint.cpp227 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
236 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
244 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in closestwaypoint()
247 curnode += curnode->childindex(0); in closestwaypoint()
278 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
287 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
295 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in findwaypointswithin()
298 curnode += curnode->childindex(0); in findwaypointswithin()
327 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
336 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
[all …]
/dports/games/sauerbraten/sauerbraten/src/fpsgame/
H A Dwaypoint.cpp237 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
246 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
254 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in closestwaypoint()
257 curnode += curnode->childindex(0); in closestwaypoint()
291 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
300 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
308 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in findwaypointswithin()
311 curnode += curnode->childindex(0); in findwaypointswithin()
343 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
352 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
[all …]
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dwaypoint.cpp234 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
243 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
251 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in closestwaypoint()
254 curnode += curnode->childindex(0); in closestwaypoint()
288 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
297 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
305 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in findwaypointswithin()
308 curnode += curnode->childindex(0); in findwaypointswithin()
340 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
349 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dwaypoint.cpp236 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
245 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in closestwaypoint()
253 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in closestwaypoint()
256 curnode += curnode->childindex(0); in closestwaypoint()
290 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
299 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in findwaypointswithin()
307 if(!curnode->isleaf(1)) wpcachestack.add(curnode + curnode->childindex(1)); in findwaypointswithin()
310 curnode += curnode->childindex(0); in findwaypointswithin()
342 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
351 if(!curnode->isleaf(1)) { curnode += curnode->childindex(1); continue; } in avoidnear()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dbih.cpp55 int axis = curnode->axis(); in traverse()
66 curnode += curnode->childindex(faridx); in traverse()
80 curnode += curnode->childindex(faridx); in traverse()
96 save.node = curnode + curnode->childindex(faridx); in traverse()
103 curnode += curnode->childindex(faridx); in traverse()
110 curnode += curnode->childindex(nearidx); in traverse()
116 curnode = restore.node; in traverse()
212 node &curnode = m.nodes[offset]; in build() local
287 node *curnode = nodes; in BIH() local
292 m.nodes = curnode; in BIH()
[all …]
/dports/lang/php73/php-7.3.33/ext/dom/
H A Dnodelist.c62 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
78 curnode = nodep->children; in dom_nodelist_length_read()
79 if (curnode) { in dom_nodelist_length_read()
81 while (curnode->next != NULL) { in dom_nodelist_length_read()
83 curnode = curnode->next; in dom_nodelist_length_read()
92 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
138 xmlNodePtr nodep, curnode; in PHP_FUNCTION() local
168 curnode = nodep->children; in PHP_FUNCTION()
169 while (count < index && curnode != NULL) { in PHP_FUNCTION()
171 curnode = curnode->next; in PHP_FUNCTION()
[all …]
/dports/lang/php80/php-8.0.15/ext/dom/
H A Dnodelist.c42 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
58 curnode = nodep->children; in dom_nodelist_length_read()
59 if (curnode) { in dom_nodelist_length_read()
61 while (curnode->next != NULL) { in dom_nodelist_length_read()
63 curnode = curnode->next; in dom_nodelist_length_read()
72 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
117 xmlNodePtr nodep, curnode; in PHP_METHOD() local
148 curnode = nodep->children; in PHP_METHOD()
149 while (count < index && curnode != NULL) { in PHP_METHOD()
151 curnode = curnode->next; in PHP_METHOD()
[all …]
/dports/lang/php74/php-7.4.27/ext/dom/
H A Dnodelist.c62 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
78 curnode = nodep->children; in dom_nodelist_length_read()
79 if (curnode) { in dom_nodelist_length_read()
81 while (curnode->next != NULL) { in dom_nodelist_length_read()
83 curnode = curnode->next; in dom_nodelist_length_read()
92 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
139 xmlNodePtr nodep, curnode; in PHP_FUNCTION() local
170 curnode = nodep->children; in PHP_FUNCTION()
171 while (count < index && curnode != NULL) { in PHP_FUNCTION()
173 curnode = curnode->next; in PHP_FUNCTION()
[all …]
/dports/textproc/php73-dom/php-7.3.33/ext/dom/
H A Dnodelist.c62 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
78 curnode = nodep->children; in dom_nodelist_length_read()
79 if (curnode) { in dom_nodelist_length_read()
81 while (curnode->next != NULL) { in dom_nodelist_length_read()
83 curnode = curnode->next; in dom_nodelist_length_read()
92 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
138 xmlNodePtr nodep, curnode; in PHP_FUNCTION() local
168 curnode = nodep->children; in PHP_FUNCTION()
169 while (count < index && curnode != NULL) { in PHP_FUNCTION()
171 curnode = curnode->next; in PHP_FUNCTION()
[all …]
/dports/textproc/php80-dom/php-8.0.15/ext/dom/
H A Dnodelist.c42 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
58 curnode = nodep->children; in dom_nodelist_length_read()
59 if (curnode) { in dom_nodelist_length_read()
61 while (curnode->next != NULL) { in dom_nodelist_length_read()
63 curnode = curnode->next; in dom_nodelist_length_read()
72 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
117 xmlNodePtr nodep, curnode; in PHP_METHOD() local
148 curnode = nodep->children; in PHP_METHOD()
149 while (count < index && curnode != NULL) { in PHP_METHOD()
151 curnode = curnode->next; in PHP_METHOD()
[all …]
/dports/textproc/php74-dom/php-7.4.27/ext/dom/
H A Dnodelist.c62 xmlNodePtr nodep, curnode; in dom_nodelist_length_read() local
78 curnode = nodep->children; in dom_nodelist_length_read()
79 if (curnode) { in dom_nodelist_length_read()
81 while (curnode->next != NULL) { in dom_nodelist_length_read()
83 curnode = curnode->next; in dom_nodelist_length_read()
92 curnode = dom_get_elements_by_tag_name_ns_raw( in dom_nodelist_length_read()
139 xmlNodePtr nodep, curnode; in PHP_FUNCTION() local
170 curnode = nodep->children; in PHP_FUNCTION()
171 while (count < index && curnode != NULL) { in PHP_FUNCTION()
173 curnode = curnode->next; in PHP_FUNCTION()
[all …]

12345678910>>...15