HomeSort by relevance Sort by last modified time
    Searched refs:xmlXPathFunction (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/xml/
XSLTExtensions.cpp 44 SOFT_LINK(libxslt, xsltRegisterExtFunction, int, (xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *URI, xmlXPathFunction function), (ctxt, name, URI, function))
  /external/libxml2/include/libxml/
xpath.h 207 * xmlXPathFunction:
216 typedef void (*xmlXPathFunction) (xmlXPathParserContextPtr ctxt, int nargs);
248 typedef xmlXPathFunction (*xmlXPathFuncLookupFunc) (void *ctxt,
xpathInternals.h 435 xmlXPathFunction f);
440 xmlXPathFunction f);
450 XMLPUBFUN xmlXPathFunction XMLCALL
453 XMLPUBFUN xmlXPathFunction XMLCALL
  /external/libxml2/
xpath.c     [all...]

Completed in 113 milliseconds