Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c570 static void *fts5IdxMalloc(Fts5Index *p, sqlite3_int64 nByte){ in fts5IdxMalloc() function
2531 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()