OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xsltGetSpecialNamespace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
namespaces.c
315
*
xsltGetSpecialNamespace
:
337
xsltGetSpecialNamespace
(xsltTransformContextPtr ctxt, xmlNodePtr invocNode,
365
* part of the logic of the old
xsltGetSpecialNamespace
() code,
648
return(
xsltGetSpecialNamespace
(ctxt, cur, ns->href, ns->prefix, out));
670
return(
xsltGetSpecialNamespace
(ctxt, cur, NULL, NULL, out));
687
return(
xsltGetSpecialNamespace
(ctxt, cur, URI, ns->prefix, out));
/external/libxslt/libxslt/
namespaces.c
315
*
xsltGetSpecialNamespace
:
337
xsltGetSpecialNamespace
(xsltTransformContextPtr ctxt, xmlNodePtr invocNode,
365
* part of the logic of the old
xsltGetSpecialNamespace
() code,
648
return(
xsltGetSpecialNamespace
(ctxt, cur, ns->href, ns->prefix, out));
670
return(
xsltGetSpecialNamespace
(ctxt, cur, NULL, NULL, out));
687
return(
xsltGetSpecialNamespace
(ctxt, cur, URI, ns->prefix, out));
Completed in 38 milliseconds