OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extFunctions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
extensions.c
598
if (ctxt->
extFunctions
== NULL)
599
ctxt->
extFunctions
= xmlHashCreate(10);
600
if (ctxt->
extFunctions
== NULL)
603
ret = xmlHashAddEntry2(ctxt->
extFunctions
, name, URI,
646
if (ctxt->
extFunctions
!= NULL)
647
xmlHashFree(ctxt->
extFunctions
, NULL);
[
all
...]
xsltInternals.h
[
all
...]
Completed in 704 milliseconds