OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initFunc
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucln.h
71
typedef void U_CALLCONV
initFunc
(UErrorCode *);
90
U_CFUNC UBool ucln_mutexedInit(
initFunc
*func, UErrorCode *status);
/external/chromium_org/third_party/libxslt/libxslt/
extensions.c
64
xsltExtInitFunction
initFunc
;
163
* @
initFunc
: the module initialization function
173
xsltNewExtModule(xsltExtInitFunction
initFunc
,
186
cur->
initFunc
=
initFunc
;
893
if (module->
initFunc
== NULL)
901
extData = module->
initFunc
(ctxt, URI);
953
if ((module == NULL) || (module->
initFunc
== NULL)) {
956
"xsltInitCtxtExt: no module or no
initFunc
\n");
970
extData = module->
initFunc
(ctxt->ctxt, URI)
[
all
...]
/external/libxslt/libxslt/
extensions.c
64
xsltExtInitFunction
initFunc
;
163
* @
initFunc
: the module initialization function
173
xsltNewExtModule(xsltExtInitFunction
initFunc
,
186
cur->
initFunc
=
initFunc
;
893
if (module->
initFunc
== NULL)
901
extData = module->
initFunc
(ctxt, URI);
953
if ((module == NULL) || (module->
initFunc
== NULL)) {
956
"xsltInitCtxtExt: no module or no
initFunc
\n");
970
extData = module->
initFunc
(ctxt->ctxt, URI)
[
all
...]
Completed in 83 milliseconds