OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_malloc
(Results
1 - 7
of
7
) sorted by null
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h
285
#define
sqlite3_malloc
sqlite3_api->malloc
macro
sqlite3.h
262
** in memory obtained from [
sqlite3_malloc
()]. To avoid a memory leak,
[
all
...]
/external/sqlite/dist/
sqlite3.h
322
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
[
all
...]
sqlite3.h.orig
322
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
[
all
...]
sqlite3.c
869
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
17784
SQLITE_API void *
sqlite3_malloc
(int n){
function
84731
#define
sqlite3_malloc
macro
[
all
...]
sqlite3.c.orig
865
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
21
#define
sqlite3_malloc
malloc
macro
[
all
...]
Completed in 1341 milliseconds