Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8342 xmlNsPtr *retNs, int prefixed) in xmlSearchNsByNamespaceStrict() argument
8347 if ((doc == NULL) || (nsName == NULL) || (retNs == NULL)) in xmlSearchNsByNamespaceStrict()
8352 *retNs = NULL; in xmlSearchNsByNamespaceStrict()
8354 *retNs = xmlTreeEnsureXMLDecl(doc); in xmlSearchNsByNamespaceStrict()
8355 if (*retNs == NULL) in xmlSearchNsByNamespaceStrict()
8413 *retNs = ns; in xmlSearchNsByNamespaceStrict()
8444 xmlNsPtr *retNs) in xmlSearchNsByPrefixStrict() argument
8452 if (retNs) in xmlSearchNsByPrefixStrict()
8453 *retNs = NULL; in xmlSearchNsByPrefixStrict()
8455 if (retNs) { in xmlSearchNsByPrefixStrict()
[all …]