Home
last modified time | relevance | path

Searched refs:sqlite3AbsInt32 (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c324 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dutil.c1497 int sqlite3AbsInt32(int x){ in sqlite3AbsInt32() function
H A Dpragma.c533 int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); in sqlite3Pragma()
H A DsqliteInt.h5028 int sqlite3AbsInt32(int);
H A Dbtree.c6431 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); in allocateBtreePage()
6433 int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); in allocateBtreePage()