Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h501 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
/external/libxml2/
Delfgcchack.h15806 #undef xmlXPathContextSetCache
15807 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache __attribute((alias("xmlXPathConte…
15809 #ifndef xmlXPathContextSetCache
15810 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache__internal_alias __attribute((visi…
15811 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias macro
Dxpath.c1879 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() function
6067 if (xmlXPathContextSetCache(ret, 1, -1, 0) == -1) { in xmlXPathNewContext()
/external/libxslt/libxslt/
Dtransform.c494 if (xmlXPathContextSetCache(cur->xpathCtxt, 1, -1, 0) == -1) in xsltNewTransformContext()