_fts3ht          118069 ext/sqlite3/libsqlite/sqlite3.c   struct _fts3ht *new_ht;          /* The new hash table */
_fts3ht          118074 ext/sqlite3/libsqlite/sqlite3.c   new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
_fts3ht          118103 ext/sqlite3/libsqlite/sqlite3.c     struct _fts3ht *pEntry = &pH->ht[h];
_fts3ht          118125 ext/sqlite3/libsqlite/sqlite3.c   struct _fts3ht *pEntry;