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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.c21612 int nOld; local
21621 nOld = memsys3Size(pPrior);
21622 if( nBytes<=nOld && nBytes>=nOld-128 ){
21628 if( nOld<nBytes ){
21629 memcpy(p, pPrior, nOld);
22172 int nOld; local
22180 nOld = memsys5Size(pPrior);
22181 if( nBytes<=nOld ){
22186 memcpy(p, pPrior, nOld);
24328 int nOld, nNew, nDiff; local
65122 int nOld; /* Number of pages in apOld[] */ local
171073 int nOld; local
171098 int nOld; local
188541 fts5PrefixCompress(int nOld, const u8 *pOld, const u8 *pNew) argument
[all...]

Completed in 633 milliseconds