Searched refs:sqlite3Malloc (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dlegacy.c131 *pzErrMsg = sqlite3Malloc(nErrMsg);
H A Dmutex_noop.c115 pNew = sqlite3Malloc(sizeof(*pNew));
H A Dhash.c119 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
259 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
H A Dmalloc.c296 void *sqlite3Malloc(int n){ function
327 return sqlite3Malloc(n);
443 ** sqlite3Malloc() or sqlite3_malloc().
463 ** Free memory previously obtained from sqlite3Malloc().
513 return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
520 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
572 void *p = sqlite3Malloc(n);
640 p = sqlite3Malloc(n);
H A Dnotify.c261 void **pNew = (void **)sqlite3Malloc(nArg*sizeof(void *)*2);
H A Dos.c41 void *pTstAlloc = sqlite3Malloc(10); \
211 pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
H A Dtokenize.c407 pEngine = sqlite3ParserAlloc((void*(*)(size_t))sqlite3Malloc);
H A Dfunc.c312 z = sqlite3Malloc((int)nByte);
H A Dpcache1.c203 ** back to sqlite3Malloc().
226 ** it from sqlite3Malloc instead.
228 p = sqlite3Malloc(nByte);
324 ** exists, this function falls back to sqlite3Malloc().
H A Dpager.c2362 ** function allocates memory by calling sqlite3Malloc(). If an allocation
2403 zMasterJournal = sqlite3Malloc((int)nMasterJournal + nMasterPtr + 1);
4287 ** (sqlite3Malloc() is used to allocate memory), SQLITE_CANTOPEN or
4343 zPathname = sqlite3Malloc(nPathname*2);
6523 fileData = sqlite3Malloc(pageSize);
6552 return sqlite3Malloc(size);
H A Dbtree.c585 void *pKey = sqlite3Malloc( (int)pCur->nKey );
1757 char *zFullPathname = sqlite3Malloc(nFullPathname);
4521 pCellKey = sqlite3Malloc( nCell );
7824 sCheck.anRef = sqlite3Malloc( (sCheck.nPage+1)*sizeof(sCheck.anRef[0]) );
H A Dmain.c472 pStart = sqlite3Malloc( sz*cnt ); /* IMP: R-61949-35727 */
H A DsqliteInt.h1437 #define UNPACKED_NEED_FREE 0x0001 /* Memory is from sqlite3Malloc() */
2566 void *sqlite3Malloc(int);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9797 #define UNPACKED_NEED_FREE 0x0001 /* Memory is from sqlite3Malloc() */
10926 SQLITE_PRIVATE void *sqlite3Malloc(int);
14000 void *pTstAlloc = sqlite3Malloc(10); \
14170 pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
16665 pNew = sqlite3Malloc(sizeof(*pNew));
18016 SQLITE_PRIVATE void *sqlite3Malloc(int n){ function
18047 return sqlite3Malloc(n);
18163 ** sqlite3Malloc() or sqlite3_malloc().
18183 ** Free memory previously obtained from sqlite3Malloc().
18233 return sqlite3Malloc(nByte
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11474 SQLITE_PRIVATE void *sqlite3Malloc(int);
14716 void *pTstAlloc = sqlite3Malloc(10); \
17529 pNew = sqlite3Malloc(sizeof(*pNew));
18882 SQLITE_PRIVATE void *sqlite3Malloc(int n){ function
18913 return sqlite3Malloc(n);
19029 ** sqlite3Malloc() or sqlite3_malloc().
19049 ** Free memory previously obtained from sqlite3Malloc().
19099 return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
19106 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
19159 void *p = sqlite3Malloc(
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11474 SQLITE_PRIVATE void *sqlite3Malloc(int);
14716 void *pTstAlloc = sqlite3Malloc(10); \
17529 pNew = sqlite3Malloc(sizeof(*pNew));
18882 SQLITE_PRIVATE void *sqlite3Malloc(int n){ function
18913 return sqlite3Malloc(n);
19029 ** sqlite3Malloc() or sqlite3_malloc().
19049 ** Free memory previously obtained from sqlite3Malloc().
19099 return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
19106 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
19159 void *p = sqlite3Malloc(
[all...]

Completed in 673 milliseconds