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

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c7268 typedef struct xmlNsMap *xmlNsMapPtr; typedef in typeref:struct:xmlNsMap
7294 xmlDOMWrapNsMapFree(xmlNsMapPtr nsmap)
7325 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position,
7329 xmlNsMapPtr map;
7341 map = (xmlNsMapPtr) xmlMalloc(sizeof(struct xmlNsMap));
7475 xmlDOMWrapNsMapFree((xmlNsMapPtr) ctxt->namespaceMap);
7522 xmlDOMWrapNSNormGatherInScopeNs(xmlNsMapPtr *map,
8035 xmlNsMapPtr *nsMap,
8181 xmlNsMapPtr nsMap = NULL;
8445 xmlNsMapPtr nsMa
[all...]

Completed in 48 milliseconds