OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shutdownFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
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
...]
/external/libxslt/libxslt/
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 97 milliseconds