Searched refs:sqlite3_malloc64 (Results 1 – 8 of 8) sorted by relevance
532 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
2692 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8166 p = sqlite3_malloc64( sz+(bBin==0) ); in editFunc()9102 char *zErrMsg = sqlite3_malloc64(nErrMsg); in save_err_msg()9487 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()10253 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()10807 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()12864 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()14984 argv = sqlite3_malloc64(sizeof(argv[0])*argc);
3716 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);25400 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){27007 p = sqlite3_malloc64( sizeof(*p) );31676 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );32091 pInode = sqlite3_malloc64( sizeof(*pInode) );34596 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );35120 p = sqlite3_malloc64( sizeof(*p) );35151 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );35359 pMem = sqlite3_malloc64(szRegion);36182 pNew->lockingContext = pCtx = sqlite3_malloc64( sizeof(*pCtx) );[all …]
8172 p = sqlite3_malloc64( sz+(bBin==0) ); in editFunc()9108 char *zErrMsg = sqlite3_malloc64(nErrMsg); in save_err_msg()9493 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()10259 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()10830 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()12887 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()15007 argv = sqlite3_malloc64(sizeof(argv[0])*argc);