Searched refs:outf (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/io/
H A Duristream.cpp288 outf(fp),
292 if (!outf) {
304 outf(NULL),
322 outf = fopen_utf8name(cpath, FILE_WRITE);
323 //outf = fopen(cpath, "wb");
325 if (!outf) {
360 if (!outf)
362 fflush(outf);
364 fclose(outf);
365 outf
[all...]
H A Duristream.h125 FILE *outf; //for file: uris member in class:Inkscape::IO::UriOutputStream

Completed in 25 milliseconds