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

  /external/libxslt/libxslt/
extensions.c 627 if (ctxt->extElements == NULL)
628 ctxt->extElements = xmlHashCreate(10);
629 if (ctxt->extElements == NULL)
632 (ctxt->extElements, name, URI, XML_CAST_FPTR(function)));
644 if (ctxt->extElements != NULL)
645 xmlHashFree(ctxt->extElements, NULL);
    [all...]
xsltInternals.h     [all...]

Completed in 256 milliseconds