Searched refs:sqlite3_malloc (Results 51 - 66 of 66) sorted by relevance

123

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c24 ** the SQLite-wrappers sqlite3_malloc()/sqlite3_free(). Those wrappers
899 pLink = sqlite3_malloc( sizeof(*pLink) );
913 pNode = sqlite3_malloc( sizeof(*pNode) + cbShmName );
H A Dos_win.c23 ** the SQLite-wrappers sqlite3_malloc()/sqlite3_free(). Those wrappers
1449 p = sqlite3_malloc( sizeof(*p) );
1453 pNew = sqlite3_malloc( sizeof(*pShmNode) + nName + 15 );
H A Dsqlite.h.in317 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1185 ** Every memory allocation request coming in through [sqlite3_malloc()]
1323 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1341 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1467 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1864 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1893 ** results into memory obtained from [sqlite3_malloc()].
1896 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
1993 ** ^The sqlite3_malloc() routine returns a pointer to a block
1995 ** ^If sqlite3_malloc() i
[all...]
H A Dtest1.c893 char *zCopy = (char *)sqlite3_malloc(nText);
1336 z = sqlite3_malloc( n+1 );
1862 p = (TestCollationX *)sqlite3_malloc(sizeof(TestCollationX));
1962 p = sqlite3_malloc(sizeof(CreateFunctionV2));
H A Dtest_malloc.c304 ** Usage: sqlite3_malloc NBYTES
306 ** Raw test interface for sqlite3_malloc().
322 p = sqlite3_malloc((unsigned)nByte);
1401 { "sqlite3_malloc", test_malloc ,0 },
H A Dtest_osinst.c721 p = (VfslogVfs *)sqlite3_malloc(nByte);
871 p = sqlite3_malloc(nByte);
931 pCsr = sqlite3_malloc(sizeof(VfslogCsr));
979 char *zStr = sqlite3_malloc(nStr+1);
H A Dwal.c1130 aFrame = (u8 *)sqlite3_malloc(szFrame);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c865 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1733 ** Every memory allocation request coming in through [sqlite3_malloc()]
1871 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1889 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
2015 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2412 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2441 ** results into memory obtained from [sqlite3_malloc()].
2444 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2541 ** ^The sqlite3_malloc() routine returns a pointer to a block
2543 ** ^If sqlite3_malloc() i
18028 SQLITE_API void *sqlite3_malloc(int n){ function
86786 #define sqlite3_malloc macro
[all...]
H A Dsqlite3.h322 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1190 ** Every memory allocation request coming in through [sqlite3_malloc()]
1328 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1346 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1472 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1869 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1898 ** results into memory obtained from [sqlite3_malloc()].
1901 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
1998 ** ^The sqlite3_malloc() routine returns a pointer to a block
2000 ** ^If sqlite3_malloc() i
[all...]
/external/sqlite/dist/orig/
H A Dshell.c1071 char *zErrMsg = sqlite3_malloc(nErrMsg);
1367 void *pData = sqlite3_malloc(3*nCol*sizeof(const char*) + 1);
1675 pBuf = sqlite3_malloc( nIn );
1944 ** from sqlite3_malloc().
2041 zInsert = sqlite3_malloc(200 + nTable + n*3);
2651 zSql = sqlite3_malloc( nByte*2 + 20 + nCol*2 );
H A Dsqlite3.h341 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
866 ** [sqlite3_malloc()] and the result is stored in the char* variable
915 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1412 ** Every memory allocation request coming in through [sqlite3_malloc()]
1551 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1569 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1772 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2170 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2199 ** results into memory obtained from [sqlite3_malloc()].
2202 ** NULL pointer if [sqlite3_malloc()] i
[all...]
H A Dsqlite3.c456 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
981 ** [sqlite3_malloc()] and the result is stored in the char* variable
1030 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1527 ** Every memory allocation request coming in through [sqlite3_malloc()]
1666 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1684 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1887 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2285 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2314 ** results into memory obtained from [sqlite3_malloc()].
2317 ** NULL pointer if [sqlite3_malloc()] i
20067 SQLITE_API void *sqlite3_malloc(int n){ function
97313 #define sqlite3_malloc macro
[all...]
/external/sqlite/dist/
H A Dshell.c1076 char *zErrMsg = sqlite3_malloc(nErrMsg);
1372 void *pData = sqlite3_malloc(3*nCol*sizeof(const char*) + 1);
1680 pBuf = sqlite3_malloc( nIn );
1964 ** from sqlite3_malloc().
2061 zInsert = sqlite3_malloc(200 + nTable + n*3);
2671 zSql = sqlite3_malloc( nByte*2 + 20 + nCol*2 );
H A Dsqlite3.h341 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
866 ** [sqlite3_malloc()] and the result is stored in the char* variable
915 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1412 ** Every memory allocation request coming in through [sqlite3_malloc()]
1551 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1569 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1772 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2170 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2199 ** results into memory obtained from [sqlite3_malloc()].
2202 ** NULL pointer if [sqlite3_malloc()] i
[all...]
H A Dsqlite3.c456 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
981 ** [sqlite3_malloc()] and the result is stored in the char* variable
1030 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1527 ** Every memory allocation request coming in through [sqlite3_malloc()]
1666 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1684 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1887 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2285 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2314 ** results into memory obtained from [sqlite3_malloc()].
2317 ** NULL pointer if [sqlite3_malloc()] i
20067 SQLITE_API void *sqlite3_malloc(int n){ function
97333 #define sqlite3_malloc macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
3822 data = sqlite3_malloc(len);
3876 data = sqlite3_malloc(len);

Completed in 558 milliseconds

123