OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3Malloc
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
legacy.c
131
*pzErrMsg =
sqlite3Malloc
(nErrMsg);
mutex_noop.c
115
pNew =
sqlite3Malloc
(sizeof(*pNew));
hash.c
119
new_ht = (struct _ht *)
sqlite3Malloc
( new_size*sizeof(struct _ht) );
259
new_elem = (HashElem*)
sqlite3Malloc
( sizeof(HashElem) );
malloc.c
296
void *
sqlite3Malloc
(int n){
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);
notify.c
261
void **pNew = (void **)
sqlite3Malloc
(nArg*sizeof(void *)*2);
os.c
41
void *pTstAlloc =
sqlite3Malloc
(10); \
211
pFile = (sqlite3_file *)
sqlite3Malloc
(pVfs->szOsFile);
tokenize.c
407
pEngine = sqlite3ParserAlloc((void*(*)(size_t))
sqlite3Malloc
);
func.c
312
z =
sqlite3Malloc
((int)nByte);
[
all
...]
pcache1.c
203
** back to
sqlite3Malloc
().
226
** it from
sqlite3Malloc
instead.
228
p =
sqlite3Malloc
(nByte);
324
** exists, this function falls back to
sqlite3Malloc
().
btree.c
585
void *pKey =
sqlite3Malloc
( (int)pCur->nKey );
[
all
...]
main.c
472
pStart =
sqlite3Malloc
( sz*cnt ); /* IMP: R-61949-35727 */
[
all
...]
sqliteInt.h
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 455 milliseconds