Searched defs:fts1Hash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_hash.h21 typedef struct fts1Hash fts1Hash; typedef in typeref:struct:fts1Hash
32 struct fts1Hash { struct
76 void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey);
77 void *sqlite3Fts1HashInsert(fts1Hash*, const void *pKey, int nKey, void *pData);
78 void *sqlite3Fts1HashFind(const fts1Hash*, const void *pKey, int nKey);
79 void sqlite3Fts1HashClear(fts1Hash*);
93 ** fts1Hash h;

Completed in 59 milliseconds