Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c1846 attr->nexth = *list; in xmlScanAttributeDeclCallback()
1908 cur = cur->nexth; in xmlScanIDAttributeDecl()
2151 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
2160 if (tmp->nexth == NULL) in xmlAddAttributeDecl()
2162 tmp = tmp->nexth; in xmlAddAttributeDecl()
2165 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()
2166 tmp->nexth = ret; in xmlAddAttributeDecl()
2168 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
6334 attr = attr->nexth; in xmlValidateOneElement()
DSAX2.c1446 attr = attr->nexth; in xmlCheckDefaultedAttributes()
1513 attr = attr->nexth; in xmlCheckDefaultedAttributes()
/external/libxml2/include/libxml/
Dtree.h225 struct _xmlAttribute *nexth; /* next in hash table */ member