OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modeURI
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
pattern.h
59
const xmlChar *
modeURI
);
pattern.c
104
const xmlChar *
modeURI
; /* the mode URI */
620
* @
modeURI
: the mode URI or NULL
629
const xmlChar *
modeURI
) {
651
if (
modeURI
!= NULL) {
652
if (comp->
modeURI
== NULL)
655
* both
modeURI
strings must be interned on the stylesheet dictionary
657
if (comp->
modeURI
!=
modeURI
)
660
if (comp->
modeURI
!= NULL)
[
all
...]
xsltInternals.h
282
const xmlChar *
modeURI
;/* the URI part of the mode QName */
753
const xmlChar *
modeURI
; /* apply-templates */
[
all
...]
xslt.c
417
if (template->
modeURI
) xmlFree(template->
modeURI
);
[
all
...]
transform.c
[
all
...]
preproc.c
[
all
...]
Completed in 72 milliseconds