Searched refs:sqlite3AbsInt32 (Results 1 – 5 of 5) sorted by relevance
324 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
1497 int sqlite3AbsInt32(int x){ in sqlite3AbsInt32() function
533 int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); in sqlite3Pragma()
5028 int sqlite3AbsInt32(int);
6431 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); in allocateBtreePage()6433 int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); in allocateBtreePage()