Searched refs:nGot (Results 1 – 6 of 6) sorted by relevance
657 SizeT nGot = ML_(img_get_some)(buf, sli.img, curr_off, avail); in check_uuid_matches() local658 vg_assert(nGot >= 1 && nGot <= avail); in check_uuid_matches()661 for (i = 0; i < (UInt)nGot; i++) { in check_uuid_matches()673 curr_off += nGot; in check_uuid_matches()
1271 SizeT nGot = ML_(img_get_some)(buf, img, curr_off, avail); in ML_() local1272 vg_assert(nGot >= 1 && nGot <= avail); in ML_()1274 for (i = 0; i < (UInt)nGot; i++) in ML_()1276 curr_off += nGot; in ML_()
986 print 'Content-type: text-plain\n\nGot Data: "%s"' % data
1213 print('Content-type: text/plain\n\nGot Data: "%s"' % data)
105302 int nGot;105310 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;105311 pSrc->nAlloc = nGot;