OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styleShutdownFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
extensions.c
67
xsltStyleExtShutdownFunction
styleShutdownFunc
;
166
* @
styleShutdownFunc
: the stylesheet module data free function
176
xsltStyleExtShutdownFunction
styleShutdownFunc
)
189
cur->
styleShutdownFunc
=
styleShutdownFunc
;
733
if (module->
styleShutdownFunc
)
734
module->
styleShutdownFunc
(style, URI, userData);
1109
if ((module == NULL) || (module->
styleShutdownFunc
== NULL))
1116
module->
styleShutdownFunc
(style, URI, data->extData);
1241
* @
styleShutdownFunc
: the module shutdown functio
[
all
...]
/external/libxslt/libxslt/
extensions.c
67
xsltStyleExtShutdownFunction
styleShutdownFunc
;
166
* @
styleShutdownFunc
: the stylesheet module data free function
176
xsltStyleExtShutdownFunction
styleShutdownFunc
)
189
cur->
styleShutdownFunc
=
styleShutdownFunc
;
733
if (module->
styleShutdownFunc
)
734
module->
styleShutdownFunc
(style, URI, userData);
1109
if ((module == NULL) || (module->
styleShutdownFunc
== NULL))
1116
module->
styleShutdownFunc
(style, URI, data->extData);
1241
* @
styleShutdownFunc
: the module shutdown functio
[
all
...]
Completed in 598 milliseconds