Searched refs:MatchinfoBuffer (Results 1 – 1 of 1) sorted by relevance
193472 typedef struct MatchinfoBuffer MatchinfoBuffer; typedef193598 MatchinfoBuffer *pMIBuffer; /* Buffer for matchinfo data */193873 SQLITE_PRIVATE void sqlite3Fts3MIBufferFree(MatchinfoBuffer *p);209946 struct MatchinfoBuffer { struct209956 (offsetof(MatchinfoBuffer,aMI)+(((N)+1)/2)*sizeof(u64))209979 static MatchinfoBuffer *fts3MIBufferNew(size_t nElem, const char *zMatchinfo){209980 MatchinfoBuffer *pRet;210000 MatchinfoBuffer *pBuf = (MatchinfoBuffer*)((u8*)p - ((u32*)p)[-1]);210016 static void (*fts3MIBufferAlloc(MatchinfoBuffer *p, u32 **paOut))(void*){210041 static void fts3MIBufferSetGlobal(MatchinfoBuffer *p){[all …]