OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_malloc
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
malloc.c
293
** Allocate memory. This routine is like
sqlite3_malloc
() except that it
305
** this amount. The only way to reach the limit is with
sqlite3_malloc
() */
323
void *
sqlite3_malloc
(int n){
function
443
** sqlite3Malloc() or
sqlite3_malloc
().
753
** returning control to the user) that has called
sqlite3_malloc
or
sqlite3ext.h
304
#define
sqlite3_malloc
sqlite3_api->malloc
macro
/external/javasqlite/src/main/native/
sqlite_jni.c
20
#define
sqlite3_malloc
malloc
macro
[
all
...]
/external/sqlite/dist/orig/
sqlite3ext.h
328
#define
sqlite3_malloc
sqlite3_api->malloc
macro
sqlite3.c
872
** from [
sqlite3_malloc
()] and passed back through the 5th parameter
18909
SQLITE_API void *
sqlite3_malloc
(int n){
function
91301
#define
sqlite3_malloc
macro
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
328
#define
sqlite3_malloc
sqlite3_api->malloc
macro
sqlite3.c
872
** from [
sqlite3_malloc
()] and passed back through the 5th parameter
18909
SQLITE_API void *
sqlite3_malloc
(int n){
function
91337
#define
sqlite3_malloc
macro
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
865
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
18043
SQLITE_API void *
sqlite3_malloc
(int n){
function
86993
#define
sqlite3_malloc
macro
[
all
...]
Completed in 203 milliseconds