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

/inkscape/src/xml/
H A Drepr-io.cpp261 size_t got = 0; local
278 got = some;
281 while ( (static_cast<int>(got) < len) && (single >= 0) )
285 buffer[got++] = 0x0ff & single;
291 got = fread( buffer, 1, len, fp );
295 retVal = got;
299 retVal = got;
/inkscape/src/
H A Dcolor-profile.cpp785 ssize_t got = read(fd, scratch, len); local
786 if ( got != -1 ) {

Completed in 559 milliseconds