Searched refs:sizeleft (Results 1 – 1 of 1) sorted by relevance
819 int sizeleft; in dt_from_blob() local862 sizeleft = totalsize - sizeof(magic) - sizeof(totalsize); in dt_from_blob()865 while (sizeleft) { in dt_from_blob()870 rc = fread(p, 1, sizeleft, f); in dt_from_blob()875 sizeleft -= rc; in dt_from_blob()
Completed in 6 milliseconds