• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:tree

259  * need of a tree to validate the content model. this is done in each
342 * only restriction is on the deepness of the tree limited by the
355 unsigned char depth; /* current depth in the overall tree */
1098 * @cur: the element content tree to free
1141 * @cur: the element content tree to free
1376 * @content: the element content tree or NULL
1773 * @cur: the tree to free.
1790 * @cur: the tree to copy.
1930 if (attr->tree != NULL)
1931 xmlFreeEnumeration(attr->tree);
1966 * @tree: if it's an enumeration, the associated list
1969 * Note that @tree becomes the ownership of the DTD
1978 const xmlChar *defaultValue, xmlEnumerationPtr tree) {
1985 xmlFreeEnumeration(tree);
1989 xmlFreeEnumeration(tree);
1993 xmlFreeEnumeration(tree);
2028 xmlFreeEnumeration(tree);
2051 xmlFreeEnumeration(tree);
2067 xmlFreeEnumeration(tree);
2075 xmlFreeEnumeration(tree);
2101 ret->tree = tree;
2221 cur->tree = xmlCopyEnumeration(attr->tree);
2296 xmlDumpEnumeration(buf, attr->tree);
2300 xmlDumpEnumeration(buf, attr->tree);
4233 if ((attr->defaultValue != NULL) && (attr->tree != NULL)) {
4234 xmlEnumerationPtr tree = attr->tree;
4235 while (tree != NULL) {
4236 if (xmlStrEqual(tree->name, attr->defaultValue)) break;
4237 tree = tree->next;
4239 if (tree == NULL) {
4480 xmlEnumerationPtr tree = attrDecl->tree;
4496 while (tree != NULL) {
4497 if (xmlStrEqual(tree->name, value)) break;
4498 tree = tree->next;
4500 if (tree == NULL) {
4510 xmlEnumerationPtr tree = attrDecl->tree;
4511 while (tree != NULL) {
4512 if (xmlStrEqual(tree->name, value)) break;
4513 tree = tree->next;
4515 if (tree == NULL) {
4677 xmlEnumerationPtr tree = attrDecl->tree;
4699 while (tree != NULL) {
4700 if (xmlStrEqual(tree->name, value)) break;
4701 tree = tree->next;
4703 if (tree == NULL) {
4719 xmlEnumerationPtr tree = attrDecl->tree;
4720 while (tree != NULL) {
4721 if (xmlStrEqual(tree->name, value)) break;
4722 tree = tree->next;
4724 if (tree == NULL) {
5002 * At this point handle going up in the tree
6724 if (cur->tree != NULL) {
6725 xmlEnumerationPtr tree = cur->tree;
6726 while (tree != NULL) {
6728 cur->name, cur->atype, tree->name);
6731 tree = tree->next;
6826 * and validate the document tree.
6900 * @ctree: an element content tree
6905 * Build/extend a list of potential children allowed by the content tree
6960 * within an existing tree while respecting the validity constraints
7021 * Do a backup of the current tree structure
7029 * Creates a dummy node and insert it into the tree
7063 * Restore the tree structure