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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c1515 int nReq = nData; /* Required space after adding zTerm */ local
1522 nReq += sqlite3Fts3VarintLen(nPrefix)+sqlite3Fts3VarintLen(nSuffix)+nSuffix;
1523 if( nReq<=p->nNodeSize || !pTree->zTerm ){
1525 if( nReq>p->nNodeSize ){
1534 pTree->aData = (char *)sqlite3_malloc(nReq);
1716 int nReq; /* Number of bytes required on leaf page */ local
1751 nReq = sqlite3Fts3VarintLen(nPrefix) + /* varint containing prefix size */
1757 if( nData>0 && nData+nReq>p->nNodeSize ){
1785 nReq = 1 + /* varint containing prefix size */
1795 if( nReq>pWrite
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c925 ** nReq is the number of bytes of memory required. Once this much has
929 int sqlite3PcacheReleaseMemory(int nReq){ argument
936 while( (nReq<0 || nFree<nReq) && ((p=pcache1.grp.pLruTail)!=0) ){
H A Dwal.c1693 i64 nReq = ((i64)mxPage * szPage); local
1695 if( rc==SQLITE_OK && nSize<nReq ){
1696 sqlite3OsFileControl(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2003 UInt nReq = nTS; local
2007 nReq--;
2009 tl_assert(nReq <= nTS);
2011 VTS* res = VTS__new(who, nReq);
2019 tl_assert(j == nReq);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35843 sqlite3PcacheReleaseMemory(int nReq) argument
44973 i64 nReq = ((i64)mxPage * szPage); local
121432 int nReq = nData; /* Required space after adding zTerm */ local
121633 int nReq; /* Number of bytes required on leaf page */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39549 sqlite3PcacheReleaseMemory(int nReq) argument
49210 i64 nReq = ((i64)mxPage * szPage); local
138693 int nReq = nData; /* Required space after adding zTerm */ local
138894 int nReq; /* Number of bytes required on leaf page */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39569 sqlite3PcacheReleaseMemory(int nReq) argument
49230 i64 nReq = ((i64)mxPage * szPage); local
138725 int nReq = nData; /* Required space after adding zTerm */ local
138926 int nReq; /* Number of bytes required on leaf page */ local
[all...]

Completed in 2435 milliseconds