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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c16445 int nOld; local
16454 nOld = memsys3Size(pPrior);
16455 if( nBytes<=nOld && nBytes>=nOld-128 ){
16461 if( nOld<nBytes ){
16462 memcpy(p, pPrior, nOld);
17007 int nOld; local
17015 nOld = memsys5Size(pPrior);
17016 if( nBytes<=nOld ){
17022 memcpy(p, pPrior, nOld);
19032 int nOld, nNew, nDiff; local
55160 int nOld; /* Number of pages in apOld[] */ local
[all...]

Completed in 426 milliseconds