Searched refs:sqliteHashCount (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ | ||
H A D | hash.h | 110 #define sqliteHashCount(H) ((H)->count) macro |
H A D | vdbe.c | 3740 nRoot = sqliteHashCount(&pSet->hash); in sqliteVdbeExec() |