Searched refs:tree (Results 176 - 200 of 694) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h14 #include <libxml/tree.h>
H A Dxmlsave.in.h14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/timemachine/openssl-0.9.8e/VMS/
H A Dinstall.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/timemachine/openssl-0.9.8e/apps/
H A Dinstall.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/timemachine/libxml2-2.7.2/doc/examples/
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/timemachine/libxml2-2.7.2/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/components/opensource/linux/linux-2.6.36/include/linux/
H A Diocontext.h4 #include <linux/radix-tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-ast.h2 tre-ast.h - Abstract syntax tree (AST) definitions
119 tre_ast_print(tre_ast_node_t *tree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-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/gettext-tools/gnulib-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:
H A Dxlink.in.h14 #include <libxml/tree.h>
H A Dxmlsave.in.h14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp658 static int CALLBACK Compare(LPARAM data1, LPARAM data2, LPARAM tree);
661 static wxTreeItemId GetIdFromData(wxTreeCtrl *tree, LPARAM item) argument
664 if ( tree->IsDataIndirect(data) )
678 wxT("sorting tree without data doesn't make sense") );
680 wxTreeCtrl *tree = (wxTreeCtrl *)htree; local
682 return tree->OnCompareItems(GetIdFromData(tree, pItem1),
683 GetIdFromData(tree, pItem2));
694 wxCHECK_RET( item.IsOk(), wxT("invalid tree item") );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dinode.c66 struct hfs_btree *tree; local
73 tree = HFS_SB(sb)->ext_tree;
76 tree = HFS_SB(sb)->cat_tree;
83 if (!tree)
86 if (tree->node_size >= PAGE_CACHE_SIZE) {
87 nidx = page->index >> (tree->node_size_shift - PAGE_CACHE_SHIFT);
88 spin_lock(&tree->hash_lock);
89 node = hfs_bnode_findhash(tree, nidx);
98 spin_unlock(&tree->hash_lock);
100 nidx = page->index << (PAGE_CACHE_SHIFT - tree
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3basetreeadaptor.c2 * Contains the base functions that all tree adaptors start with.
75 /** Given a pointer to a base tree adaptor structure (which is usually embedded in the
76 * super class the implements the tree adaptor used in the parse), initialize its
187 // For each child of the current tree, define a node using the
249 // No tree, so do nothing
386 // No tree, so create a blank spec
438 /** Create and return a nil tree node (no token payload)
457 /** Return a duplicate of the entire tree (implementation provided by the
496 /// Sends the required debugging events for duplicating a tree
500 simulateTreeConstruction(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) argument
520 dbgDupTree(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) argument
883 getChild(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) argument
890 getChildCount(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c241 static void flatten_tree(struct node *tree, struct emitter *emit, argument
249 emit->beginnode(etarget, tree->label);
252 emit->string(etarget, tree->fullpath, 0);
254 emit->string(etarget, tree->name, 0);
258 for_each_property(tree, prop) {
279 emit->cell(etarget, tree->basenamelen+1);
282 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8))
285 emit->string(etarget, tree->name, tree->basenamelen);
289 for_each_child(tree, chil
788 struct node *tree; local
[all...]

Completed in 123 milliseconds

1234567891011>>