Searched refs:nexth (Results 1 – 4 of 4) sorted by relevance
1872 cur = cur->nexth; in xmlScanIDAttributeDecl()2115 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()2124 if (tmp->nexth == NULL) in xmlAddAttributeDecl()2126 tmp = tmp->nexth; in xmlAddAttributeDecl()2129 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()2130 tmp->nexth = ret; in xmlAddAttributeDecl()2132 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()6325 attr = attr->nexth; in xmlValidateOneElement()
1505 attr = attr->nexth; in xmlCheckDefaultedAttributes()1572 attr = attr->nexth; in xmlCheckDefaultedAttributes()
264 struct _xmlAttribute *nexth; /* next in hash table */ member
292 d nexth like(xmlAttributePtr) Next in hash table