Home
last modified time | relevance | path

Searched refs:sqliteHashCount (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.h110 #define sqliteHashCount(H) ((H)->count) macro
H A Dvdbe.c3740 nRoot = sqliteHashCount(&pSet->hash); in sqliteVdbeExec()