Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c1274 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2423 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
2544 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
2837 p->a = sqlite3_malloc(2); in decimalSumStep()
3413 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
3435 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
4424 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
4870 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
5238 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
5261 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
[all …]
Dsqlite3.c3316 SQLITE_API void *sqlite3_malloc(int);
25205 void *p = sqlite3_malloc(10);
26811 return sqlite3_malloc(nBytes);
29355 SQLITE_API void *sqlite3_malloc(int n){
43337 zDel = sqlite3_malloc(nOut);
66166 void *pBuf1 = sqlite3_malloc(szPage);
66167 void *pBuf2 = sqlite3_malloc(szPage);
66781 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
67284 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
87989 pNew = sqlite3_malloc( sizeof(*pNew) );
[all …]
/third_party/sqlite/include/
Dsqlite3ext.h467 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.h3003 SQLITE_API void *sqlite3_malloc(int);
/third_party/chromium/patch/
D0003-ohos-1115.patch84461 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
85507 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
85629 + p = sqlite3_malloc( sizeof(*p) );
85898 + z = sqlite3_malloc( p->nDigit+4 );
86053 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
86122 - pCur = sqlite3_malloc( sizeof(*pCur) );
86512 + p->a = sqlite3_malloc(2);
86998 - pNew = sqlite3_malloc( sizeof(*pNew) );
87020 - pCur = sqlite3_malloc( sizeof(*pCur) );
87695 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
[all …]