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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16021 int nOld; local
16030 nOld = memsys3Size(pPrior);
16031 if( nBytes<=nOld && nBytes>=nOld-128 ){
16037 if( nOld<nBytes ){
16038 memcpy(p, pPrior, nOld);
16583 int nOld; local
16591 nOld = memsys5Size(pPrior);
16592 if( nBytes<=nOld ){
16598 memcpy(p, pPrior, nOld);
18607 int nOld, nNew, nDiff; local
54121 int nOld; /* Number of pages in apOld[] */ local
[all...]

Completed in 370 milliseconds