Searched refs:nexth (Results 1 – 3 of 3) sorted by relevance
1859 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()
1462 attr = attr->nexth; in xmlCheckDefaultedAttributes()1529 attr = attr->nexth; in xmlCheckDefaultedAttributes()
225 struct _xmlAttribute *nexth; /* next in hash table */ member