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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c25185 int nOld; local
25745 int nOld; local
28057 int nOld, nNew, nDiff; local
72528 int nOld; /* Number of pages in apOld[] */ local
206364 int nOld; local
206389 int nOld; local
223450 fts5PrefixCompress(int nOld, const u8 *pOld, const u8 *pNew) argument
[all...]

Completed in 712 milliseconds