Home
last modified time | relevance | path

Searched refs:extFunctions (Results 1 – 2 of 2) sorted by relevance

/external/libxslt/libxslt/
Dextensions.c598 if (ctxt->extFunctions == NULL) in xsltRegisterExtFunction()
599 ctxt->extFunctions = xmlHashCreate(10); in xsltRegisterExtFunction()
600 if (ctxt->extFunctions == NULL) in xsltRegisterExtFunction()
603 ret = xmlHashAddEntry2(ctxt->extFunctions, name, URI, in xsltRegisterExtFunction()
646 if (ctxt->extFunctions != NULL) in xsltFreeCtxtExts()
647 xmlHashFree(ctxt->extFunctions, NULL); in xsltFreeCtxtExts()
DxsltInternals.h1683 xmlHashTablePtr extFunctions; /* the extension functions */ member