Home
last modified time | relevance | path

Searched refs:nexth (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dvalid.c1859 cur = cur->nexth; in xmlScanIDAttributeDecl()
2102 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
2111 if (tmp->nexth == NULL) in xmlAddAttributeDecl()
2113 tmp = tmp->nexth; in xmlAddAttributeDecl()
2116 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()
2117 tmp->nexth = ret; in xmlAddAttributeDecl()
2119 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
6284 attr = attr->nexth; in xmlValidateOneElement()
DSAX2.c1462 attr = attr->nexth; in xmlCheckDefaultedAttributes()
1529 attr = attr->nexth; in xmlCheckDefaultedAttributes()
/external/libxml2/include/libxml/
Dtree.h225 struct _xmlAttribute *nexth; /* next in hash table */ member