Home
last modified time | relevance | path

Searched refs:xmlCreateURI (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Duri.h53 xmlCreateURI (void);
/external/libxml2/
Duri.c904 uri = xmlCreateURI(); in xmlParseURI()
950 uri = xmlCreateURI(); in xmlParseURIRaw()
978 xmlCreateURI(void) { in xmlCreateURI() function
1834 uri = xmlCreateURI(); in xmlURIEscape()
1978 ref = xmlCreateURI(); in xmlBuildURI()
1998 bas = xmlCreateURI(); in xmlBuildURI()
2032 res = xmlCreateURI(); in xmlBuildURI()
2258 ref = xmlCreateURI (); in xmlBuildRelativeURI()
2276 bas = xmlCreateURI (); in xmlBuildRelativeURI()
2533 uri = xmlCreateURI(); in xmlCanonicPath()
Delfgcchack.h2419 #undef xmlCreateURI
2420 extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias")));
2422 #ifndef xmlCreateURI
2423 extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden")));
2424 #define xmlCreateURI xmlCreateURI__internal_alias macro
/external/libxslt/libxslt/
Dsecurity.c376 uri = xmlCreateURI(); in xsltCheckWrite()