Searched refs:tree (Results 151 - 175 of 694) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dparse4.c3 * synopsis: Parse an XML document chunk by chunk to a tree and free it
6 * into a tree and and xmlFreeDoc() to free the resulting tree
15 #include <libxml/tree.h>
41 * Parse the resource and free the resulting tree
47 xmlDocPtr doc; /* the resulting document tree */
62 * are not used since we want to build a tree and not use a SAX
H A Dtree2.c3 * synopsis: Creates a tree
13 #include <libxml/tree.h>
115 fprintf(stderr, "tree support not compiled in\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dpattern.h4 * either in a tree or based on a parser state.
15 #include <libxml/tree.h>
H A Dschematron.h18 #include <libxml/tree.h>
H A Duri.h15 #include <libxml/tree.h>
48 * This function is in tree.h:
H A Dxlink.h14 #include <libxml/tree.h>
H A Dxmlsave.h14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dpattern.h4 * either in a tree or based on a parser state.
15 #include <libxml/tree.h>
H A Dschematron.h18 #include <libxml/tree.h>
H A Duri.h15 #include <libxml/tree.h>
48 * This function is in tree.h:
H A Dxlink.h14 #include <libxml/tree.h>
H A Dxmlsave.h14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
H A Dio1.c17 #include <libxml/tree.h>
H A Dparse4.c3 * synopsis: Parse an XML document chunk by chunk to a tree and free it
6 * into a tree and and xmlFreeDoc() to free the resulting tree
15 #include <libxml/tree.h>
41 * Parse the resource and free the resulting tree
47 xmlDocPtr doc; /* the resulting document tree */
62 * are not used since we want to build a tree and not use a SAX
H A Dtree2.c3 * synopsis: Creates a tree
13 #include <libxml/tree.h>
115 fprintf(stderr, "tree support not compiled in\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dinstall-apps.com1 $! INSTALL.COM -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dmakefile.dmc43 $(OBJS)\splittree_tree.obj : .\tree.cpp
44 $(CXX) -mn -c -cpp -o$@ $(SPLITTREE_CXXFLAGS) .\tree.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbtree.h19 void ShowInfo(wxTreeCtrl *tree);
H A Dpgmctrl.h19 void ShowInfo(wxTreeCtrl *tree);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dinode.c58 struct hfs_btree *tree; local
65 tree = HFSPLUS_SB(sb).ext_tree;
68 tree = HFSPLUS_SB(sb).cat_tree;
71 tree = HFSPLUS_SB(sb).attr_tree;
77 if (!tree)
79 if (tree->node_size >= PAGE_CACHE_SIZE) {
80 nidx = page->index >> (tree->node_size_shift - PAGE_CACHE_SHIFT);
81 spin_lock(&tree->hash_lock);
82 node = hfs_bnode_findhash(tree, nidx);
91 spin_unlock(&tree
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dinode.c59 struct hfs_btree *tree; local
66 tree = HFSPLUS_SB(sb).ext_tree;
69 tree = HFSPLUS_SB(sb).cat_tree;
72 tree = HFSPLUS_SB(sb).attr_tree;
78 if (!tree)
80 if (tree->node_size >= PAGE_CACHE_SIZE) {
81 nidx = page->index >> (tree->node_size_shift - PAGE_CACHE_SHIFT);
82 spin_lock(&tree->hash_lock);
83 node = hfs_bnode_findhash(tree, nidx);
92 spin_unlock(&tree
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-sel-eng.h34 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.in.h4 * either in a tree or based on a parser state.
15 #include <libxml/tree.h>
H A Dschematron.in.h18 #include <libxml/tree.h>
H A Duri.in.h15 #include <libxml/tree.h>
43 * This function is in tree.h:

Completed in 210 milliseconds

1234567891011>>