Searched refs:xsltNsMap (Results 1 – 2 of 2) sorted by relevance
1209 typedef struct _xsltNsMap xsltNsMap; typedef1210 typedef xsltNsMap *xsltNsMapPtr;
495 ret = (xsltNsMapPtr) xmlMalloc(sizeof(xsltNsMap)); in xsltNewNamespaceMapItem()502 memset(ret, 0, sizeof(xsltNsMap)); in xsltNewNamespaceMapItem()