HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_malloc (Results 51 - 66 of 66) sorted by null

1 23

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 24 ** the SQLite-wrappers sqlite3_malloc()/sqlite3_free(). Those wrappers
899 pLink = sqlite3_malloc( sizeof(*pLink) );
913 pNode = sqlite3_malloc( sizeof(*pNode) + cbShmName );
    [all...]
os_win.c 23 ** the SQLite-wrappers sqlite3_malloc()/sqlite3_free(). Those wrappers
    [all...]
sqlite.h.in 317 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
test1.c 893 char *zCopy = (char *)sqlite3_malloc(nText);
    [all...]
test_malloc.c 304 ** Usage: sqlite3_malloc NBYTES
306 ** Raw test interface for sqlite3_malloc().
322 p = sqlite3_malloc((unsigned)nByte);
    [all...]
test_osinst.c 721 p = (VfslogVfs *)sqlite3_malloc(nByte);
871 p = sqlite3_malloc(nByte);
931 pCsr = sqlite3_malloc(sizeof(VfslogCsr));
979 char *zStr = sqlite3_malloc(nStr+1);
    [all...]
wal.c     [all...]
  /external/sqlite/dist/orig/
shell.c 1071 char *zErrMsg = sqlite3_malloc(nErrMsg);
    [all...]
sqlite3.h 341 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
sqlite3.c 456 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
20067 SQLITE_API void *sqlite3_malloc(int n){ function
97313 #define sqlite3_malloc macro
    [all...]
  /external/sqlite/dist/
shell.c 1076 char *zErrMsg = sqlite3_malloc(nErrMsg);
    [all...]
sqlite3.h 341 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
sqlite3.c 456 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
20067 SQLITE_API void *sqlite3_malloc(int n){ function
97333 #define sqlite3_malloc macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 322 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
sqlite3.c 865 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
18028 SQLITE_API void *sqlite3_malloc(int n){ function
86786 #define sqlite3_malloc macro
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 20 #define sqlite3_malloc malloc macro
    [all...]

Completed in 861 milliseconds

1 23