Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dvariables.c927 xmlXPathDebugDumpObject((FILE *)xsltGenericDebugContext, in xsltEvalVariable()
995 xmlXPathDebugDumpObject((FILE *)xsltGenericDebugContext, in xsltEvalVariable()
1148 xmlXPathDebugDumpObject((FILE *)xsltGenericDebugContext, in xsltEvalGlobalVariable()
1201 xmlXPathDebugDumpObject((FILE *)xsltGenericDebugContext, in xsltEvalGlobalVariable()
1567 xmlXPathDebugDumpObject((FILE *)xsltGenericDebugContext, in xsltProcessUserParamInternal()
Dextra.c102 xmlXPathDebugDumpObject(stdout, cur->value, 1); in xsltDebug()
/external/libxml2/include/libxml/
DxpathInternals.h361 xmlXPathDebugDumpObject (FILE *output,
/external/libxml2/
Dxpointer.c2829 xmlXPathDebugDumpObject(stdout, oldset->locTab[i], 0); in xmlXPtrStringRangeFunction()
Delfgcchack.h15890 #undef xmlXPathDebugDumpObject
15891 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebug…
15893 #ifndef xmlXPathDebugDumpObject
15894 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visi…
15895 #define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias macro
DdebugXML.c2988 xmlXPathDebugDumpObject(ctxt->output, list, 0); in xmlShell()
Dxpath.c987 xmlXPathDebugDumpObject(output, cur->locTab[i], depth + 1); in xmlXPathDebugDumpLocationSet()
1001 xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth) { in xmlXPathDebugDumpObject() function
1240 xmlXPathDebugDumpObject(output, object, 0); in xmlXPathDebugDumpStepOp()