Searched refs:sqlite3_malloc (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h285 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h262 ** in memory obtained from [sqlite3_malloc()]. To avoid a memory leak,
1042 ** goes to [sqlite3_malloc()] to obtain the memory it needs.</dd>
1056 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1144 ** buffer itself using [sqlite3_malloc()]. The second argument is the
1516 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1547 ** results into memory obtained from [sqlite3_malloc()].
1550 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
1647 ** The sqlite3_malloc() routine returns a pointer to a block
1649 ** If sqlite3_malloc() is unable to obtain sufficient free
1651 ** sqlite3_malloc() i
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h328 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c872 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1357 ** [sqlite3_malloc()] and the result is stored in the char* variable
1843 ** Every memory allocation request coming in through [sqlite3_malloc()]
1982 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
2000 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
2146 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2547 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2576 ** results into memory obtained from [sqlite3_malloc()].
2579 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2676 ** ^The sqlite3_malloc() routin
18909 SQLITE_API void *sqlite3_malloc(int n){ function
91301 #define sqlite3_malloc macro
[all...]
H A Dsqlite3.h322 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
807 ** [sqlite3_malloc()] and the result is stored in the char* variable
1293 ** Every memory allocation request coming in through [sqlite3_malloc()]
1432 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1450 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1596 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1997 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2026 ** results into memory obtained from [sqlite3_malloc()].
2029 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2126 ** ^The sqlite3_malloc() routin
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h328 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c872 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1357 ** [sqlite3_malloc()] and the result is stored in the char* variable
1843 ** Every memory allocation request coming in through [sqlite3_malloc()]
1982 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
2000 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
2146 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2547 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2576 ** results into memory obtained from [sqlite3_malloc()].
2579 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2676 ** ^The sqlite3_malloc() routin
18909 SQLITE_API void *sqlite3_malloc(int n){ function
91314 #define sqlite3_malloc macro
[all...]
H A Dsqlite3.h322 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
807 ** [sqlite3_malloc()] and the result is stored in the char* variable
1293 ** Every memory allocation request coming in through [sqlite3_malloc()]
1432 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1450 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1596 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1997 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2026 ** results into memory obtained from [sqlite3_malloc()].
2029 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2126 ** ^The sqlite3_malloc() routin
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c21 #define sqlite3_malloc malloc macro
3823 data = sqlite3_malloc(len);
3877 data = sqlite3_malloc(len);

Completed in 384 milliseconds