Lines Matching refs:sqlite3_int64

81   sqlite3_int64 iLimit;          /* Upper bound on total file size */
82 sqlite3_int64 iSize; /* Current size of all files */
85 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */
86 sqlite3_int64 iSize, /* Total size of all files in the group */
106 sqlite3_int64 iSize; /* Current size of this file */
131 sqlite3_int64 iOfst; /* Current offset into the file */
555 sqlite3_int64 iOfst in quotaRead()
569 sqlite3_int64 iOfst in quotaWrite()
573 sqlite3_int64 iEnd = iOfst+iAmt; in quotaWrite()
576 sqlite3_int64 szNew; in quotaWrite()
602 static int quotaTruncate(sqlite3_file *pConn, sqlite3_int64 size){ in quotaTruncate()
629 static int quotaFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){ in quotaFileSize()
634 sqlite3_int64 sz; in quotaFileSize()
840 sqlite3_int64 iLimit, /* New quota to set for this quota group */ in sqlite3_quota_set()
843 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */ in sqlite3_quota_set()
844 sqlite3_int64 iSize, /* Total size of all files in the group */ in sqlite3_quota_set()
896 sqlite3_int64 iSize; in sqlite3_quota_file()
1004 sqlite3_int64 iOfst; in sqlite3_quota_fwrite()
1005 sqlite3_int64 iEnd; in sqlite3_quota_fwrite()
1006 sqlite3_int64 szNew; in sqlite3_quota_fwrite()
1041 sqlite3_int64 iNewEnd = iOfst + size*nWritten; in sqlite3_quota_fwrite()
1127 int sqlite3_quota_ftruncate(quota_FILE *p, sqlite3_int64 szNew){ in sqlite3_quota_ftruncate()
1187 sqlite3_int64 sqlite3_quota_file_truesize(quota_FILE *p){ in sqlite3_quota_file_truesize()
1203 sqlite3_int64 sqlite3_quota_file_size(quota_FILE *p){ in sqlite3_quota_file_size()
1307 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */ in tclQuotaCallback()
1308 sqlite3_int64 iSize, /* Total size of all files in the group */ in tclQuotaCallback()
1425 void (*xCallback)(const char *, sqlite3_int64 *, sqlite3_int64, void *); in test_quota_set()
1744 sqlite3_int64 x; in test_quota_ftell()
1765 sqlite3_int64 x; in test_quota_ftruncate()
1774 x = (sqlite3_int64)w; in test_quota_ftruncate()
1790 sqlite3_int64 x; in test_quota_file_size()
1811 sqlite3_int64 x; in test_quota_file_truesize()
1905 sqlite3_int64 x; in test_quota_file_available()