Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c2443 p->a = sqlite3_malloc64( n+1 ); in decimal_new()
2905 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()
4002 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
5417 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
7675 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
7849 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
7915 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
8980 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
[all …]
Dsqlite3.c3317 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
29361 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){
31131 sqlite3_str *p = sqlite3_malloc64(sizeof(*p));
31357 *pp = p = sqlite3_malloc64( sizeof(*p) );
36247 pFile->aJrnl = sqlite3_malloc64( n );
36308 aTxt = sqlite3_malloc64( szTxt+1 );
36483 zOut = sqlite3_malloc64( pFile->nJrnl*2 + 50 );
37742 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
38193 pInode = sqlite3_malloc64( sizeof(*pInode) );
40780 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );
[all …]
/third_party/sqlite/include/
Dsqlite3ext.h602 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
Dsqlite3.h3004 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
/third_party/chromium/patch/
D0003-ohos-1115.patch84462 #define sqlite3_malloc64 chrome_sqlite3_malloc64 // Line 2966
85351 - pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
85706 + p->a = sqlite3_malloc64( n+1 );
86314 - aBuf = sqlite3_malloc64(nBuf);
86629 + acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );
88602 + pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );
89705 - p->a = sqlite3_malloc64( n+1 );
89826 + pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
90494 - acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );
91004 + aBuf = sqlite3_malloc64(nBuf);
[all …]