Searched refs:nexth (Results 1 – 4 of 4) sorted by relevance
1860 cur = cur->nexth; in xmlScanIDAttributeDecl()2103 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()2112 if (tmp->nexth == NULL) in xmlAddAttributeDecl()2114 tmp = tmp->nexth; in xmlAddAttributeDecl()2117 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()2118 tmp->nexth = ret; in xmlAddAttributeDecl()2120 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()6284 attr = attr->nexth; in xmlValidateOneElement()
1498 attr = attr->nexth; in xmlCheckDefaultedAttributes()1565 attr = attr->nexth; in xmlCheckDefaultedAttributes()
263 struct _xmlAttribute *nexth; /* next in hash table */ member
285 d nexth like(xmlAttributePtr) Next in hash table