Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h107 #define sqliteHashCount(H) ((H)->count) macro
H A Dvdbe.c3738 nRoot = sqliteHashCount(&pSet->hash); in sqliteVdbeExec()