Searched refs:fts5IdxMalloc (Results 1 – 1 of 1) sorted by relevance
570 static void *fts5IdxMalloc(Fts5Index *p, sqlite3_int64 nByte){ in fts5IdxMalloc() function2531 pLeaf = fts5IdxMalloc(p, sizeof(Fts5Data)); in fts5SegIterHashInit()2992 pNew = fts5IdxMalloc(p, in fts5MultiIterAlloc()5226 aBuf = (Fts5Buffer*)fts5IdxMalloc(p, sizeof(Fts5Buffer)*nBuf); in fts5SetupPrefixIter()5318 pData = fts5IdxMalloc(p, sizeof(Fts5Data)+doclist.n+FTS5_DATA_ZERO_PADDING); in fts5SetupPrefixIter()