Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c250862 static void *fts5IdxMalloc(Fts5Index *p, sqlite3_int64 nByte){ function
252955 pLeaf = fts5IdxMalloc(p, sizeof(Fts5Data));
253540 pNew = fts5IdxMalloc(p,
256788 s2.pT = (Fts5TokenDataIter*)fts5IdxMalloc(p, SZ_FTS5TOKENDATAITER(1));
256801 s.aBuf = (Fts5Buffer*)fts5IdxMalloc(p, sizeof(Fts5Buffer)*s.nBuf);
256834 pData = fts5IdxMalloc(p, sizeof(*pData)