Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dhash.h94 #define sqliteHashCount(H) ((H)->count) macro
H A Dpragma.c1246 initNCol = sqliteHashCount(pHash); in sqlite3Pragma()