Searched refs:tree (Results 126 - 150 of 344) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DHTMLtree.h2 * Summary: specific APIs to process HTML tree, especially serialization
4 * tree in an HTML specific way.
16 #include <libxml/tree.h>
H A Dencoding.h144 #include <libxml/tree.h>
H A Dentities.h15 #include <libxml/tree.h>
H A Dxmlautomata.h14 #include <libxml/tree.h>
H A Dxpointer.h24 #include <libxml/tree.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.in.h144 #include <libxml/tree.h>
H A Dentities.in.h15 #include <libxml/tree.h>
H A Dxmlautomata.in.h14 #include <libxml/tree.h>
H A Dxpointer.in.h24 #include <libxml/tree.h>
H A DSAX.c2 * SAX.c : Old SAX v1 handlers to build a tree.
16 #include <libxml/tree.h>
H A DSAX.in.h4 * build the DOM tree.
81 xmlEnumerationPtr tree);
H A DSAX2.in.h2 * Summary: SAX2 parser interface used to build the DOM tree
4 * the library when building DOM tree.
79 xmlEnumerationPtr tree);
H A Dcatalog.in.h24 #include <libxml/tree.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dsmux.c598 /* If request is in the tree. The agent has to make sure we
601 behave as if it manages the whole SNMP MIB tree itself. It's the
1127 /* Register MIB tree. */
1443 /* Register subtree to smux master tree. */ local
1448 struct subtree *tree;
1450 tree = (struct subtree *)malloc(sizeof(struct subtree));
1451 oid_copy (tree->name, name, namelen);
1452 tree->name_len = namelen;
1453 tree->variables = var;
1454 tree
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c1136 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) {
1142 /* pick up a pointer to the leaves of the dmap tree.
1144 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);
1172 * tree will be examined to determine if the blocks are free. a
1267 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) {
1273 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);
1400 * just call dbAllocCtl() to search the dmap tree and allocate the
1447 * tree inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestHTML.c263 xmlEnumerationPtr tree ATTRIBUTE_UNUSED)
718 * build an HTML tree from a string;
858 printf("\t--debug : dump a debug tree of the in-memory document\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile.am28 libxml2-tree.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile.am299 tango:www/avahi.org/tree/download/
300 scp avahi-$(PACKAGE_VERSION).tar.gz tango:www/avahi.org/tree/download/
303 ssh tango rm -rf www/avahi.org/tree/download/doxygen
304 scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckpatch.pl17 my $tree = 1;
23 'tree!' => \$tree,
35 print " --no-tree => run without a kernel tree\n";
39 if ($tree && !top_of_kernel_tree()) {
40 print "Must be run from the top-level dir. of a kernel tree\n";
47 if ($tree && -f $removal) {
815 if ($tree && $rawline =~ m{^.\#\s*include\s*\<asm\/(.*)\.h\>}) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c2 * SAX.c : Old SAX v1 handlers to build a tree.
16 #include <libxml/tree.h>
H A DSAX.in.h4 * build the DOM tree.
81 xmlEnumerationPtr tree);
H A DSAX2.in.h2 * Summary: SAX2 parser interface used to build the DOM tree
4 * the library when building DOM tree.
79 xmlEnumerationPtr tree);
H A Dcatalog.in.h24 #include <libxml/tree.h>
H A Dxmlregexp.in.h42 #include <libxml/tree.h>
124 /* Expressions are trees but the tree is opaque */
H A Dxmlschemas.in.h19 #include <libxml/tree.h>

Completed in 358 milliseconds

1234567891011>>