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

1 23

  /external/chromium_org/third_party/sqlite/src/src/
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/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 203 milliseconds

1 23