Home
last modified time | relevance | path

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

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