Searched refs:curSize (Results 1 – 3 of 3) sorted by relevance
601 size_t curSize; in vfpSetSize() local627 curSize = a_vfp->_vfpSize; in vfpSetSize()637 np[curSize-1] = '\0'; in vfpSetSize()
243 size_t curSize = *size; in MyRead() local245 if (p->rem < curSize) in MyRead()246 curSize = p->rem; in MyRead()247 memcpy(data, p->data, curSize); in MyRead()248 p->rem -= curSize; in MyRead()249 p->data += curSize; in MyRead()250 *size = curSize; in MyRead()
1100 off_t curSize; local1101 if( sqliteOsFileSize(id, &curSize) != SQLITE_OK ){1104 if( offset >= curSize ){