Lines Matching refs:sqlite3_malloc64
849 zRet = sqlite3_malloc64(nRet); in fts3QuoteId()
1044 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex); in fts3PrefixParameter()
1137 azCol = (const char **)sqlite3_malloc64(sizeof(char *) * nCol + nStr); in fts3ContentColumns()
1219 aCol = (const char **)sqlite3_malloc64(nByte); in fts3InitVtab()
1222 azNotindexed = (char **)sqlite3_malloc64(nByte); in fts3InitVtab()
1417 p = (Fts3Table*)sqlite3_malloc64(nByte); in fts3InitVtab()
2639 aOut = sqlite3_malloc64((i64)n1+n2+FTS3_VARINT_MAX-1+FTS3_BUFFER_PADDING); in fts3DoclistOrMerge()
2711 aOut = sqlite3_malloc64((sqlite3_int64)*pnRight + FTS3_VARINT_MAX); in fts3DoclistPhraseMerge()
2891 pTS->aaOutput[0] = sqlite3_malloc64((i64)nDoclist + FTS3_VARINT_MAX + 1); in fts3TermSelectMerge()
4748 char *aDoclist = sqlite3_malloc64((i64)nByte+FTS3_BUFFER_PADDING); in fts3EvalIncrPhraseNext()
5142 aTC = (Fts3TokenAndCost *)sqlite3_malloc64( in fts3EvalStart()
5465 aTmp = sqlite3_malloc64(nTmp*2); in fts3EvalNearTest()
5808 pE->aMI = (u32 *)sqlite3_malloc64(pTab->nColumn * 3 * sizeof(u32)); in fts3EvalGatherStats()