Lines Matching refs:sqlite3_malloc
2667 SQLITE_API void *sqlite3_malloc(int);
14571 void *p = sqlite3_malloc(10); in sqlite3OsInit()
16024 return sqlite3_malloc(nBytes); in memsys3Realloc()
18420 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
19687 p->zText = sqlite3_malloc(p->nChar+1); in sqlite3StrAccumFinish()
23345 pLink = sqlite3_malloc( sizeof(*pLink) );
23359 pNode = sqlite3_malloc( sizeof(*pNode) + cbShmName );
25372 pNew = sqlite3_malloc( sizeof(*pNew) + (n+1) );
25769 pInode = sqlite3_malloc( sizeof(*pInode) );
28383 p = sqlite3_malloc( sizeof(*p) );
28412 pShmNode = sqlite3_malloc( sizeof(*pShmNode) + nShmFilename );
28598 pMem = sqlite3_malloc(szRegion);
29205 pNew->lockingContext = pCtx = sqlite3_malloc( sizeof(*pCtx) );
29234 zLockFile = (char *)sqlite3_malloc(nFilename);
29585 pUnused = sqlite3_malloc(sizeof(*pUnused));
30342 pUnused = sqlite3_malloc(sizeof(*pUnused));
30375 pNew = (unixFile *)sqlite3_malloc(sizeof(*pNew));
30852 *pConchPath = conchPath = (char *)sqlite3_malloc(len + 8);
30967 pCtx = sqlite3_malloc( sizeof(*pCtx) );
33477 p = sqlite3_malloc( sizeof(*p) );
33481 pNew = sqlite3_malloc( sizeof(*pShmNode) + nName + 15 );
35108 pV = sqlite3_malloc( (sz+7)/8 + 1 );
35109 pTmpSpace = sqlite3_malloc(BITVEC_SZ);
36404 apNew = (PgHdr1 **)sqlite3_malloc(sizeof(PgHdr1 *)*nNew);
36589 pCache = (PCache1 *)sqlite3_malloc(sz);
45511 aFrame = (u8 *)sqlite3_malloc(szFrame);
56612 p = (sqlite3_backup *)sqlite3_malloc(sizeof(sqlite3_backup));
71541 FileChunk *pNew = sqlite3_malloc(sizeof(FileChunk));
89199 #define sqlite3_malloc sqlite3_api->malloc
89508 sqlite3_malloc,
89731 *pzErrMsg = zErrmsg = sqlite3_malloc(nMsg);
89744 *pzErrMsg = zErrmsg = sqlite3_malloc(nMsg);
97028 z = sqlite3_malloc( n );
97074 res.azResult = sqlite3_malloc(sizeof(char*)*res.nAlloc );
112002 zFile = sqlite3_malloc(nByte);
112154 zFile = sqlite3_malloc(nUri+2);
114949 zRet = sqlite3_malloc(nRet);
115104 aIndex = sqlite3_malloc(sizeof(struct Fts3Index) * nIndex);
115179 aCol = (const char **)sqlite3_malloc(sizeof(const char *) * (argc-2) );
115313 p = (Fts3Table*)sqlite3_malloc(nByte);
115515 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
116316 aOut = sqlite3_malloc(n1+n2+FTS3_VARINT_MAX-1);
116482 pTS->aaOutput[0] = sqlite3_malloc(nDoclist);
116695 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
117451 pHash = sqlite3_malloc(sizeof(Fts3Hash));
117732 aOut = (char *)sqlite3_malloc(nPoslist+8);
118236 aTC = (Fts3TokenAndCost *)sqlite3_malloc(
118538 aTmp = sqlite3_malloc(nTmp*2);
118859 pE->aMI = (u32 *)sqlite3_malloc(pTab->nColumn * 3 * sizeof(u32));
119152 p = (Fts3auxTable *)sqlite3_malloc(nByte);
119257 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
119662 void *pRet = sqlite3_malloc(nByte);
120461 azCol = (char **)sqlite3_malloc(nCol*sizeof(char *));
120542 void *p = sqlite3_malloc(n);
120955 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
120985 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
122091 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
122146 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
122754 p = sqlite3_malloc(sizeof(*p) + 100);
123261 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
123636 pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
123763 pReader = (Fts3SegReader *)sqlite3_malloc(nByte);
124021 pTree->aData = (char *)sqlite3_malloc(nReq);
124065 pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
124212 pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
124218 pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
125059 pBlob = sqlite3_malloc( 10*p->nColumn );
125109 a = sqlite3_malloc( (sizeof(u32)+10)*nStat );
125307 pRet = (char *)sqlite3_malloc(p->pList->nData);
125327 pDeferred = sqlite3_malloc(sizeof(*pDeferred));
125412 aSzIns = sqlite3_malloc( sizeof(aSzIns[0])*(p->nColumn+1)*2 );
125956 sIter.aPhrase = (SnippetPhrase *)sqlite3_malloc(nByte);
126459 aIter = sqlite3_malloc(sizeof(LcsIterator) * pCsr->nPhrase);
126679 pCsr->aMatchinfo = (u32 *)sqlite3_malloc(sizeof(u32)*nMatchinfo + nArg + 1);
126877 sCtx.aTerm = (TermOffset *)sqlite3_malloc(sizeof(TermOffset)*nToken);
127477 pNode = (RtreeNode *)sqlite3_malloc(sizeof(RtreeNode) + pRtree->iNodeSize);
127522 pNode = (RtreeNode *)sqlite3_malloc(sizeof(RtreeNode)+pRtree->iNodeSize);
127835 pCsr = (RtreeCursor *)sqlite3_malloc(sizeof(RtreeCursor));
128235 pGeom = (sqlite3_rtree_geometry *)sqlite3_malloc(
128294 pCsr->aConstraint = sqlite3_malloc(sizeof(RtreeConstraint)*argc);
128612 aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell);
129037 aaSorted = (int **)sqlite3_malloc(nByte);
129134 aiUsed = sqlite3_malloc(sizeof(int)*nCell);
129214 aCell = sqlite3_malloc((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
129499 aCell = (RtreeCell *)sqlite3_malloc(nCell * (
130085 pRtree = (Rtree *)sqlite3_malloc(sizeof(Rtree)+nDb+nName+2);
130258 pBlob = (RtreeMatchArg *)sqlite3_malloc(nBlob);
130286 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
130658 zOutput = sqlite3_malloc(nOutput);
130875 p = (IcuTokenizer *)sqlite3_malloc(sizeof(IcuTokenizer)+n);
130929 pCsr = (IcuCursor *)sqlite3_malloc(