Lines Matching refs:sqlite3_malloc64
195 unsigned char *zOut = sqlite3_malloc64( nIn + 1 ); in phoneticHash()
422 m = toFree = sqlite3_malloc64( (nB+1)*5*sizeof(m[0])/4 ); in editdist1()
792 pCost = sqlite3_malloc64( sizeof(*pCost) + nExtra ); in editDist3ConfigLoad()
904 pStr = sqlite3_malloc64( sizeof(*pStr) + sizeof(pStr->a[0])*n + n + 1 ); in editDist3FromStringNew()
1018 m = pToFree = sqlite3_malloc64( nByte ); in editDist3Core()
1212 EditDist3Config *pConfig = sqlite3_malloc64( sizeof(*pConfig) ); in editDist3Install()
1715 unsigned char *zOut = sqlite3_malloc64( nIn*5 + 1 ); in transliterate()
1717 unsigned char *zOut = sqlite3_malloc64( nIn*4 + 1 ); in transliterate()
2060 pNew = sqlite3_malloc64( sizeof(*pNew) + nDbName + 1); in spellfix1Init()
2334 pCur = sqlite3_malloc64( sizeof(*pCur) ); in spellfix1Open()
2548 p->pConfig3 = sqlite3_malloc64( sizeof(p->pConfig3[0]) ); in spellfix1FilterForMatch()