Searched refs:nNew (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3.c | 25515 int nOld, nNew, nDiff; 25534 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes); 25535 if( nOld==nNew ){ 25540 nDiff = nNew - nOld; 25545 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 25548 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 25551 nNew = sqlite3MallocSize(pNew); 25552 sqlite3StatusUp(SQLITE_STATUS_MEMORY_USED, nNew-nOld); 25556 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 35604 i64 nNew /* Required mapping size */ [all …]
|
D | shell.c | 2580 int nNew = iNew+1; in fsdirNext() local 2581 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() 2584 memset(&aNew[pCur->nLvl], 0, sizeof(FsdirLevel)*(nNew-pCur->nLvl)); in fsdirNext() 2586 pCur->nLvl = nNew; in fsdirNext()
|
/external/sqlite/dist/ |
D | sqlite3.c | 25515 int nOld, nNew, nDiff; 25534 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes); 25535 if( nOld==nNew ){ 25540 nDiff = nNew - nOld; 25545 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 25548 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 25551 nNew = sqlite3MallocSize(pNew); 25552 sqlite3StatusUp(SQLITE_STATUS_MEMORY_USED, nNew-nOld); 25556 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 35620 i64 nNew /* Required mapping size */ [all …]
|
D | shell.c | 2586 int nNew = iNew+1; in fsdirNext() local 2587 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() 2590 memset(&aNew[pCur->nLvl], 0, sizeof(FsdirLevel)*(nNew-pCur->nLvl)); in fsdirNext() 2592 pCur->nLvl = nNew; in fsdirNext()
|