Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 – 5 of 5) 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/
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 …]