Searched refs:getLong (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/util/
H A Dziptool.h223 bool getLong(unsigned long *val);
525 bool getLong(unsigned long *val);
H A Dziptool.cpp1683 bool GzipFile::getLong(unsigned long *val) function in class:GzipFile
1739 if (!getLong(&ltime))
1825 if (!getLong(&givenCrc))
1836 if (!getLong(&givenFileSize))
2449 bool ZipFile::getLong(unsigned long *val) function in class:ZipFile
2502 if (!getLong(&magicCookie))
2546 if (!getLong(&crc32))
2552 if (!getLong(&compressedSize))
2558 if (!getLong(&uncompressedSize))
2651 if (!getLong(
[all...]
/inkscape/src/io/
H A Dinkscapestream.cpp218 static bool getLong(Glib::ustring &str, long *val) function in namespace:Inkscape::IO
267 if (getLong(buf, &ival))
285 if (getLong(buf, &ival))
303 if (getLong(buf, &ival))

Completed in 226 milliseconds