Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
DxsltInternals.h1208 typedef struct _xsltNsMap xsltNsMap; typedef
1209 typedef xsltNsMap *xsltNsMapPtr;
Dxslt.c481 ret = (xsltNsMapPtr) xmlMalloc(sizeof(xsltNsMap)); in xsltNewNamespaceMapItem()
488 memset(ret, 0, sizeof(xsltNsMap)); in xsltNewNamespaceMapItem()