Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dextensions.c65 xsltExtShutdownFunction shutdownFunc; member
174 xsltExtShutdownFunction shutdownFunc, in xsltNewExtModule() argument
187 cur->shutdownFunc = shutdownFunc; in xsltNewExtModule()
912 if (module->shutdownFunc) in xsltGetExtData()
913 module->shutdownFunc(ctxt, URI, extData); in xsltGetExtData()
993 if (module->shutdownFunc) in xsltInitCtxtExt()
994 module->shutdownFunc(ctxt->ctxt, URI, extData); in xsltInitCtxtExt()
1063 if ((module == NULL) || (module->shutdownFunc == NULL)) in xsltShutdownCtxtExt()
1070 module->shutdownFunc(ctxt, URI, data->extData); in xsltShutdownCtxtExt()
1250 xsltExtShutdownFunction shutdownFunc, in xsltRegisterExtModuleFull() argument
[all …]
Dextensions.h87 xsltExtShutdownFunction shutdownFunc);
92 xsltExtShutdownFunction shutdownFunc,