OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inheritedNs
(Results
1 - 3
of
3
) sorted by null
/external/libxslt/libxslt/
xsltInternals.h
287
* TODO: @inheritedNsNr and @
inheritedNs
won't be used in the
291
xmlNsPtr *
inheritedNs
;/* inherited non-excluded namespaces */
[
all
...]
xslt.c
419
if (template->
inheritedNs
) xmlFree(template->
inheritedNs
);
1049
* template
inheritedNs
list with it.
1065
(template->inheritedNsNr != 0) || (template->
inheritedNs
!= NULL))
1133
template->
inheritedNs
= ret;
[
all
...]
transform.c
[
all
...]
Completed in 30 milliseconds