OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uriRef
(Results
1 - 3
of
3
) sorted by null
/external/libxslt/libxslt/
imports.c
91
xmlChar *
uriRef
= NULL;
99
uriRef
= xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
100
if (
uriRef
== NULL) {
107
URI = xmlBuildURI(
uriRef
, base);
110
"xsl:import : invalid URI reference %s\n",
uriRef
);
163
if (
uriRef
!= NULL)
164
xmlFree(
uriRef
);
188
xmlChar *
uriRef
= NULL;
198
uriRef
= xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
199
if (
uriRef
== NULL)
[
all
...]
/external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp
214
xmlChar*
uriRef
= xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
215
loadChildSheet(String::fromUTF8((const char*)
uriRef
));
216
xmlFree(
uriRef
);
225
xmlChar*
uriRef
= xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
226
loadChildSheet(String::fromUTF8((const char*)
uriRef
));
227
xmlFree(
uriRef
);
/system/media/wilhelm/src/android/
android_defs.h
206
const char*
uriRef
;
Completed in 748 milliseconds