Searched defs:xmlNormalizeURIPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c636 * xmlNormalizeURIPath:
647 xmlNormalizeURIPath(char *path) { function
2125 xmlNormalizeURIPath(res->path);
H A Delfgcchack.h6577 #undef xmlNormalizeURIPath macro
6578 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias")));
6580 #ifndef xmlNormalizeURIPath
6581 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden")));
6582 #define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias macro

Completed in 610 milliseconds