Lines Matching defs:uri
92 : uri(source)
94 //get information from uri
95 char const *schemestr = uri.getScheme();
106 cpath = uri.toNativeFilename();
120 data = (unsigned char *) uri.getPath();
132 UriInputStream::UriInputStream(FILE *source, Inkscape::URI &uri)
133 : uri(uri),
238 UriReader::UriReader(Inkscape::URI &uri)
241 inputStream = new UriInputStream(uri);
289 uri(destination),
305 uri(destination),
308 //get information from uri
309 char const *schemestr = uri.getScheme();
320 cpath = uri.toNativeFilename();
369 uri = URI(data.raw().c_str());
438 UriWriter::UriWriter(Inkscape::URI &uri)
441 outputStream = new UriOutputStream(uri);