Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c1283 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2392 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
2759 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
2782 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
3313 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
3335 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
4642 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
4763 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
5056 p->a = sqlite3_malloc(2); in decimalSumStep()
5632 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
[all …]
Dsqlite3.c3278 SQLITE_API void *sqlite3_malloc(int);
24355 void *p = sqlite3_malloc(10);
25961 return sqlite3_malloc(nBytes);
28480 SQLITE_API void *sqlite3_malloc(int n){
40883 zDel = sqlite3_malloc(nOut);
63560 void *pBuf1 = sqlite3_malloc(szPage);
63561 void *pBuf2 = sqlite3_malloc(szPage);
64175 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
64678 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
85046 pNew = sqlite3_malloc( sizeof(*pNew) );
[all …]
/third_party/sqlite/include/
Dsqlite3ext.h450 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.h2965 SQLITE_API void *sqlite3_malloc(int);
/third_party/chromium/patch/
D0004-3.2-Beta5.patch47222 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
47231 - aOut = (char *)sqlite3_malloc(nPoslist+8);
47240 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
47267 - p = sqlite3_malloc(sizeof(*p) + 100);
47294 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
47303 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
47312 - aCopy = (char*)sqlite3_malloc(nCopy);
47321 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
47339 - pTree->aData = (char *)sqlite3_malloc(nReq);
47357 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
[all …]
D0003-3.2-Beta3-1115.patch79058 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
80104 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
80226 + p = sqlite3_malloc( sizeof(*p) );
80495 + z = sqlite3_malloc( p->nDigit+4 );
80650 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
80719 - pCur = sqlite3_malloc( sizeof(*pCur) );
81109 + p->a = sqlite3_malloc(2);
81595 - pNew = sqlite3_malloc( sizeof(*pNew) );
81617 - pCur = sqlite3_malloc( sizeof(*pCur) );
82292 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
[all …]