Searched defs:nOld (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c522 int nOld; local
531 nOld = memsys3Size(pPrior);
532 if( nBytes<=nOld && nBytes>=nOld-128 ){
538 if( nOld<nBytes ){
539 memcpy(p, pPrior, nOld);
H A Dmalloc.c510 int nOld, nNew; local
523 nOld = sqlite3MallocSize(pOld);
528 if( nOld==nNew ){
533 if( sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED)+nNew-nOld >=
535 sqlite3MallocAlarm(nNew-nOld);
546 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nNew-nOld);
H A Dmem5.c395 int nOld; local
403 nOld = memsys5Size(pPrior);
404 if( nBytes<=nOld ){
410 memcpy(p, pPrior, nOld);
H A Dbtree.c5836 int nOld; /* Number of pages in apOld[] */ local
5894 nOld = i+1;
5896 nOld = 3;
5970 + k*nOld; /* Page copies (apCopy) */
5998 for(i=0; i<nOld; i++){
6017 if( i<nOld-1 && !leafData){
6119 nOld>=2 ? apOld[1]->pgno : 0,
6120 nOld>=3 ? apOld[2]->pgno : 0
6133 if( i<nOld ){
6158 while( i<nOld ){
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c2353 int nOld, n, nLine, nNew, nBack; local
2364 nOld = lemonStrlen(zOld);
2365 n = nOld + nNew + 20;
2377 zBuf = *psp->declargslot + nOld;
2379 if( nOld && zBuf[-1]!='\n' ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15645 int nOld; local
15654 nOld = memsys3Size(pPrior);
15655 if( nBytes<=nOld && nBytes>=nOld-128 ){
15661 if( nOld<nBytes ){
15662 memcpy(p, pPrior, nOld);
16207 int nOld; local
16215 nOld = memsys5Size(pPrior);
16216 if( nBytes<=nOld ){
16222 memcpy(p, pPrior, nOld);
18230 int nOld, nNew; local
53134 int nOld; /* Number of pages in apOld[] */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16509 int nOld; local
16518 nOld = memsys3Size(pPrior);
16519 if( nBytes<=nOld && nBytes>=nOld-128 ){
16525 if( nOld<nBytes ){
16526 memcpy(p, pPrior, nOld);
17071 int nOld; local
17079 nOld = memsys5Size(pPrior);
17080 if( nBytes<=nOld ){
17086 memcpy(p, pPrior, nOld);
19096 int nOld, nNew, nDiff; local
55293 int nOld; /* Number of pages in apOld[] */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16509 int nOld; local
16518 nOld = memsys3Size(pPrior);
16519 if( nBytes<=nOld && nBytes>=nOld-128 ){
16525 if( nOld<nBytes ){
16526 memcpy(p, pPrior, nOld);
17071 int nOld; local
17079 nOld = memsys5Size(pPrior);
17080 if( nBytes<=nOld ){
17086 memcpy(p, pPrior, nOld);
19096 int nOld, nNew, nDiff; local
55321 int nOld; /* Number of pages in apOld[] */ local
[all...]

Completed in 496 milliseconds