Home
last modified time | relevance | path

Searched refs:xmlHashTable (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h21 typedef struct _xmlHashTable xmlHashTable; typedef
22 typedef xmlHashTable *xmlHashTablePtr;
/external/libxml2/
Dhash.c180 table = xmlMalloc(sizeof(xmlHashTable)); in xmlHashCreate()