Lines Matching refs:sqlite3_malloc

2635 SQLITE_API void *sqlite3_malloc(int);
14485 void *p = sqlite3_malloc(10); in sqlite3OsInit()
15937 return sqlite3_malloc(nBytes); in memsys3Realloc()
18332 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
19599 p->zText = sqlite3_malloc(p->nChar+1); in sqlite3StrAccumFinish()
23240 pLink = sqlite3_malloc( sizeof(*pLink) );
23254 pNode = sqlite3_malloc( sizeof(*pNode) + cbShmName );
25246 pNew = sqlite3_malloc( sizeof(*pNew) + (n+1) );
25643 pInode = sqlite3_malloc( sizeof(*pInode) );
28207 p = sqlite3_malloc( sizeof(*p) );
28236 pShmNode = sqlite3_malloc( sizeof(*pShmNode) + nShmFilename );
28422 pMem = sqlite3_malloc(szRegion);
29027 pNew->lockingContext = pCtx = sqlite3_malloc( sizeof(*pCtx) );
29056 zLockFile = (char *)sqlite3_malloc(nFilename);
29437 pUnused = sqlite3_malloc(sizeof(*pUnused));
30212 pUnused = sqlite3_malloc(sizeof(*pUnused));
30245 pNew = (unixFile *)sqlite3_malloc(sizeof(*pNew));
30718 *pConchPath = conchPath = (char *)sqlite3_malloc(len + 8);
30833 pCtx = sqlite3_malloc( sizeof(*pCtx) );
32984 p = sqlite3_malloc( sizeof(*p) );
32988 pNew = sqlite3_malloc( sizeof(*pShmNode) + nName + 15 );
34616 pV = sqlite3_malloc( (sz+7)/8 + 1 );
34617 pTmpSpace = sqlite3_malloc(BITVEC_SZ);
35664 apNew = (PgHdr1 **)sqlite3_malloc(sizeof(PgHdr1 *)*nNew);
35849 pCache = (PCache1 *)sqlite3_malloc(sz);
44769 aFrame = (u8 *)sqlite3_malloc(szFrame);
55853 p = (sqlite3_backup *)sqlite3_malloc(sizeof(sqlite3_backup));
69761 FileChunk *pNew = sqlite3_malloc(sizeof(FileChunk));
87332 #define sqlite3_malloc sqlite3_api->malloc
87634 sqlite3_malloc,
87854 *pzErrMsg = zErrmsg = sqlite3_malloc(nMsg);
87867 *pzErrMsg = zErrmsg = sqlite3_malloc(nMsg);
95030 z = sqlite3_malloc( n );
95076 res.azResult = sqlite3_malloc(sizeof(char*)*res.nAlloc );
109770 zFile = sqlite3_malloc(nByte);
109922 zFile = sqlite3_malloc(nUri+2);
112712 zRet = sqlite3_malloc(nRet);
112838 aIndex = sqlite3_malloc(sizeof(struct Fts3Index) * nIndex);
112914 aCol = (const char **)sqlite3_malloc(sizeof(const char *) * (argc-2) );
113048 p = (Fts3Table*)sqlite3_malloc(nByte);
113250 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
113970 aOut = sqlite3_malloc(n1+n2);
114122 pTS->aaOutput[0] = sqlite3_malloc(nDoclist);
114310 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
115067 pHash = sqlite3_malloc(sizeof(Fts3Hash));
115337 aOut = (char *)sqlite3_malloc(nPoslist+8);
115741 aTC = (Fts3TokenAndCost *)sqlite3_malloc(
115852 aTmp = sqlite3_malloc(nTmp*2);
116250 pE->aMI = (u32 *)sqlite3_malloc(pTab->nColumn * 3 * sizeof(u32));
116527 p = (Fts3auxTable *)sqlite3_malloc(nByte);
116632 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
117035 void *pRet = sqlite3_malloc(nByte);
117833 azCol = (char **)sqlite3_malloc(nCol*sizeof(char *));
117911 void *p = sqlite3_malloc(n);
118320 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
118350 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
119452 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
119507 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
120112 p = sqlite3_malloc(sizeof(*p) + 100);
120619 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
120994 pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
121121 pReader = (Fts3SegReader *)sqlite3_malloc(nByte);
121379 pTree->aData = (char *)sqlite3_malloc(nReq);
121423 pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
121570 pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
121576 pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
122417 pBlob = sqlite3_malloc( 10*p->nColumn );
122467 a = sqlite3_malloc( (sizeof(u32)+10)*nStat );
122665 pRet = (char *)sqlite3_malloc(p->pList->nData);
122685 pDeferred = sqlite3_malloc(sizeof(*pDeferred));
122770 aSzIns = sqlite3_malloc( sizeof(aSzIns[0])*(p->nColumn+1)*2 );
123312 sIter.aPhrase = (SnippetPhrase *)sqlite3_malloc(nByte);
123815 aIter = sqlite3_malloc(sizeof(LcsIterator) * pCsr->nPhrase);
124035 pCsr->aMatchinfo = (u32 *)sqlite3_malloc(sizeof(u32)*nMatchinfo + nArg + 1);
124233 sCtx.aTerm = (TermOffset *)sqlite3_malloc(sizeof(TermOffset)*nToken);
124831 pNode = (RtreeNode *)sqlite3_malloc(sizeof(RtreeNode) + pRtree->iNodeSize);
124876 pNode = (RtreeNode *)sqlite3_malloc(sizeof(RtreeNode)+pRtree->iNodeSize);
125189 pCsr = (RtreeCursor *)sqlite3_malloc(sizeof(RtreeCursor));
125589 pGeom = (sqlite3_rtree_geometry *)sqlite3_malloc(
125648 pCsr->aConstraint = sqlite3_malloc(sizeof(RtreeConstraint)*argc);
125966 aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell);
126391 aaSorted = (int **)sqlite3_malloc(nByte);
126488 aiUsed = sqlite3_malloc(sizeof(int)*nCell);
126568 aCell = sqlite3_malloc((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
126853 aCell = (RtreeCell *)sqlite3_malloc(nCell * (
127439 pRtree = (Rtree *)sqlite3_malloc(sizeof(Rtree)+nDb+nName+2);
127612 pBlob = (RtreeMatchArg *)sqlite3_malloc(nBlob);
127640 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
128011 zOutput = sqlite3_malloc(nOutput);
128224 p = (IcuTokenizer *)sqlite3_malloc(sizeof(IcuTokenizer)+n);
128278 pCsr = (IcuCursor *)sqlite3_malloc(