Searched defs:xmlNsMapItem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c7250 typedef struct xmlNsMapItem *xmlNsMapItemPtr;
7251 struct xmlNsMapItem { struct
7356 memset(ret, 0, sizeof(struct xmlNsMapItem));
7361 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem));
7366 memset(ret, 0, sizeof(struct xmlNsMapItem));

Completed in 351 milliseconds