Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8343 xmlNsPtr *retNs, int prefixed) in xmlSearchNsByNamespaceStrict() argument
8348 if ((doc == NULL) || (nsName == NULL) || (retNs == NULL)) in xmlSearchNsByNamespaceStrict()
8353 *retNs = NULL; in xmlSearchNsByNamespaceStrict()
8355 *retNs = xmlTreeEnsureXMLDecl(doc); in xmlSearchNsByNamespaceStrict()
8356 if (*retNs == NULL) in xmlSearchNsByNamespaceStrict()
8414 *retNs = ns; in xmlSearchNsByNamespaceStrict()
8445 xmlNsPtr *retNs) in xmlSearchNsByPrefixStrict() argument
8453 if (retNs) in xmlSearchNsByPrefixStrict()
8454 *retNs = NULL; in xmlSearchNsByPrefixStrict()
8456 if (retNs) { in xmlSearchNsByPrefixStrict()
[all …]