Searched defs:shutdownFunc (Results 1 - 1 of 1) sorted by relevance

/external/libxslt/libxslt/
H A Dextensions.c65 xsltExtShutdownFunction shutdownFunc; member in struct:_xsltExtModule
164 * @shutdownFunc: the module shutdown function
174 xsltExtShutdownFunction shutdownFunc,
187 cur->shutdownFunc = shutdownFunc;
912 if (module->shutdownFunc)
913 module->shutdownFunc(ctxt, URI, extData);
993 if (module->shutdownFunc)
994 module->shutdownFunc(ctxt->ctxt, URI, extData);
1063 if ((module == NULL) || (module->shutdownFunc
173 xsltNewExtModule(xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1248 xsltRegisterExtModuleFull(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1300 xsltRegisterExtModule(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc) argument
[all...]

Completed in 68 milliseconds