Searched refs:cur_node (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dtree1.c33 xmlNode *cur_node = NULL; local
35 for (cur_node = a_node; cur_node; cur_node = cur_node->next) {
36 if (cur_node->type == XML_ELEMENT_NODE) {
37 printf("node type: Element, name: %s\n", cur_node->name);
40 print_element_names(cur_node->children);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dhuffman.c73 int cur_node; local
87 cur_node = nb_codes;
90 nodes[cur_node].sym = HNODE;
91 nodes[cur_node].count = nodes[i].count + nodes[i+1].count;
92 nodes[cur_node].n0 = i;
93 for(j = cur_node; j > 0; j--){
102 cur_node++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-sel-eng.c545 xmlNode *cur_node = NULL; local
549 cur_node = a_node->next;
550 while (cur_node && cur_node->type != XML_ELEMENT_NODE) {
551 cur_node = cur_node->next;
553 return cur_node;
559 xmlNode *cur_node = NULL; local
563 cur_node = a_node->children;
564 if (!cur_node)
574 xmlNode *cur_node = NULL; local
588 xmlNode *cur_node = NULL; local
624 xmlNode *cur_node = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-sel-eng.c545 xmlNode *cur_node = NULL; local
549 cur_node = a_node->next;
550 while (cur_node && cur_node->type != XML_ELEMENT_NODE) {
551 cur_node = cur_node->next;
553 return cur_node;
559 xmlNode *cur_node = NULL; local
563 cur_node = a_node->children;
564 if (!cur_node)
574 xmlNode *cur_node = NULL; local
588 xmlNode *cur_node = NULL; local
624 xmlNode *cur_node = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c354 symbol_node_t *cur_node; local
397 for (cur_node = SLIST_FIRST(&patch_functions);
398 cur_node != NULL;
399 cur_node = SLIST_NEXT(cur_node,links)) {
410 cur_node->symbol->info.condinfo->func_num,
412 cur_node->symbol->info.condinfo->func_num,
414 cur_node->symbol->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c1644 xmlNodePtr node, cur_node; local
1653 for (cur_node = reader->node->children; cur_node != NULL;
1654 cur_node = cur_node->next) {
1655 node = xmlDocCopyNode(cur_node, doc, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c1674 xmlNodePtr node, cur_node; local
1683 for (cur_node = reader->node->children; cur_node != NULL;
1684 cur_node = cur_node->next) {
1685 node = xmlDocCopyNode(cur_node, doc, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c1644 xmlNodePtr node, cur_node; local
1653 for (cur_node = reader->node->children; cur_node != NULL;
1654 cur_node = cur_node->next) {
1655 node = xmlDocCopyNode(cur_node, doc, 1);

Completed in 178 milliseconds