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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c15016 int nOld; local
15025 nOld = memsys3Size(pPrior);
15026 if( nBytes<=nOld && nBytes>=nOld-128 ){
15032 if( nOld<nBytes ){
15033 memcpy(p, pPrior, nOld);
15578 int nOld; local
15586 nOld = memsys5Size(pPrior);
15587 if( nBytes<=nOld ){
15593 memcpy(p, pPrior, nOld);
17576 int nOld, nNew; local
50324 int nOld; /* Number of pages in apOld[] */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c15016 int nOld; local
15025 nOld = memsys3Size(pPrior);
15026 if( nBytes<=nOld && nBytes>=nOld-128 ){
15032 if( nOld<nBytes ){
15033 memcpy(p, pPrior, nOld);
15578 int nOld; local
15586 nOld = memsys5Size(pPrior);
15587 if( nBytes<=nOld ){
15593 memcpy(p, pPrior, nOld);
17576 int nOld, nNew; local
50324 int nOld; /* Number of pages in apOld[] */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c15016 int nOld; local
15025 nOld = memsys3Size(pPrior);
15026 if( nBytes<=nOld && nBytes>=nOld-128 ){
15032 if( nOld<nBytes ){
15033 memcpy(p, pPrior, nOld);
15578 int nOld; local
15586 nOld = memsys5Size(pPrior);
15587 if( nBytes<=nOld ){
15593 memcpy(p, pPrior, nOld);
17576 int nOld, nNew; local
50324 int nOld; /* Number of pages in apOld[] */ local
[all...]

Completed in 771 milliseconds