Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c332 int *collide; /* Collision chain */ in delta_create() local
358 collide = sqlite3_malloc64( (sqlite3_int64)nHash*2*sizeof(int) ); in delta_create()
359 memset(collide, -1, nHash*2*sizeof(int)); in delta_create()
360 landmark = &collide[nHash]; in delta_create()
363 collide[i/NHASH] = landmark[hv]; in delta_create()
437 iBlock = collide[iBlock]; in delta_create()
493 sqlite3_free(collide); in delta_create()
/sqlite-3.40.0/tool/
H A Dsqldiff.c998 int *collide; /* Collision chain */ in rbuDeltaCreate() local
1024 collide = sqlite3_malloc( nHash*2*sizeof(int) ); in rbuDeltaCreate()
1025 landmark = &collide[nHash]; in rbuDeltaCreate()
1027 memset(collide, -1, nHash*sizeof(int)); in rbuDeltaCreate()
1032 collide[i/NHASH] = landmark[hv]; in rbuDeltaCreate()
1107 iBlock = collide[iBlock]; in rbuDeltaCreate()
1163 sqlite3_free(collide); in rbuDeltaCreate()
H A Dlemon.c353 struct action *collide; /* Next action with the same hash */ member
/sqlite-3.40.0/test/
H A Drowid.test694 # the rowid guessing loop to collide with prior rowids, and test the
/sqlite-3.40.0/src/
H A Dshell.c.in3186 ** begins with "sqlite_" so that it will not collide with ordinary application