Searched refs:extFunctions (Results 1 – 2 of 2) sorted by relevance
598 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()
1683 xmlHashTablePtr extFunctions; /* the extension functions */ member