Searched refs:xmlHashTable (Results 1 – 2 of 2) sorted by relevance
21 typedef struct _xmlHashTable xmlHashTable; typedef22 typedef xmlHashTable *xmlHashTablePtr;
180 table = xmlMalloc(sizeof(xmlHashTable)); in xmlHashCreate()