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

  /external/libxslt/libxslt/
extensions.c 598 if (ctxt->extFunctions == NULL)
599 ctxt->extFunctions = xmlHashCreate(10);
600 if (ctxt->extFunctions == NULL)
603 ret = xmlHashAddEntry2(ctxt->extFunctions, name, URI,
646 if (ctxt->extFunctions != NULL)
647 xmlHashFree(ctxt->extFunctions, NULL);
    [all...]
xsltInternals.h     [all...]

Completed in 46 milliseconds