HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_malloc64 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 454 b1 = sqlite3_malloc64( (sz1+1)*sizeof(b1[0]) );
455 b2 = sqlite3_malloc64( (sz2+1)*sizeof(b1[0]) );
480 b1 = sqlite3_malloc64( (sz1+1)*sizeof(b1[0]) );
481 b2 = sqlite3_malloc64( (sz2+1)*sizeof(b1[0]) );
504 wchar_t *b1 = sqlite3_malloc64( sz*sizeof(wchar_t) );
579 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(wchar_t) );
1046 p->u.pGraph = sqlite3_malloc64( sizeof(qrfEQPGraph) );
1054 pNew = sqlite3_malloc64( sizeof(*pNew) + nText );
1608 ** memory obtained from sqlite3_malloc64() and make *ppOut point to that
2605 aw = sqlite3_malloc64( sizeof(int)*nCol )
    [all...]
sqlite3ext.h 613 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
sqlite3.c 3530 ** results into memory obtained from [sqlite3_malloc64()].
3533 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3579 ** ^The sqlite3_malloc64(N) routine works just like
3615 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3625 ** sqlite3_malloc64(), and sqlite3_realloc64()
3640 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
9147 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
11465 ** the database into memory obtained from [sqlite3_malloc64()] and returns
11577 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
31797 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ function
142833 #define sqlite3_malloc64 macro
    [all...]
sqlite3.h 3209 ** results into memory obtained from [sqlite3_malloc64()].
3212 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3258 ** ^The sqlite3_malloc64(N) routine works just like
3294 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3304 ** sqlite3_malloc64(), and sqlite3_realloc64()
3319 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8826 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
11144 ** the database into memory obtained from [sqlite3_malloc64()] and returns
11256 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 2324 qrf.aAlign = sqlite3_malloc64( (n+1)*sizeof(qrf.aAlign[0]) );
2349 qrf.aWidth = sqlite3_malloc64( (n+1)*sizeof(qrf.aWidth[0]) );
3184 pData = sqlite3_malloc64( len );

Completed in 149 milliseconds