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

  /external/chromium_org/third_party/libxslt/libxslt/
extensions.h 87 xsltExtShutdownFunction shutdownFunc);
92 xsltExtShutdownFunction shutdownFunc,
extensions.c 65 xsltExtShutdownFunction shutdownFunc;
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 == NULL)
    [all...]

Completed in 150 milliseconds