Searched refs:SQLITE_N_COLCACHE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10773 #ifndef SQLITE_N_COLCACHE
10774 # define SQLITE_N_COLCACHE 10 macro
10859 } aColCache[SQLITE_N_COLCACHE]; /* One for each column cache entry */
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c15408 #ifndef SQLITE_N_COLCACHE
15409 # define SQLITE_N_COLCACHE 10 macro
15512 } aColCache[SQLITE_N_COLCACHE]; /* One for each column cache entry */
[all...]

Completed in 700 milliseconds