Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h502 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxpath.h498 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
/external/chromium_org/third_party/libxml/src/
Drunsuite.c237 xmlXPathContextSetCache(ctxtXPath, 0, -1, 0); in initializeLibxml2()
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.c1878 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() function
6023 if (xmlXPathContextSetCache(ret, 1, -1, 0) == -1) { in xmlXPathNewContext()
Dtestapi.c46121 ret_val = xmlXPathContextSetCache(ctxt, active, value, options); in test_xmlXPathContextSetCache()
DChangeLog1989 xmlXPathContextSetCache(); so a more generic one, in
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2712 xmlXPathContextSetCache
/external/libxml2/
Delfgcchack.h15980 #undef xmlXPathContextSetCache
15981 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache __attribute((alias("xmlXPathConte…
15983 #ifndef xmlXPathContextSetCache
15984 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache__internal_alias __attribute((visi…
15985 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias macro
Dxpath.c1959 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() function
6137 if (xmlXPathContextSetCache(ret, 1, -1, 0) == -1) { in xmlXPathNewContext()
/external/chromium_org/third_party/libxslt/libxslt/
Dtransform.c494 if (xmlXPathContextSetCache(cur->xpathCtxt, 1, -1, 0) == -1) in xsltNewTransformContext()