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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c43446 int nMin = MIN(nBuf, (SQLITE_WIN32_DBG_BUF_SIZE - 1)); /* may be negative. */ local
50379 unsigned int nMin; /* Minimum number of pages reserved */ member in struct:PCache1
73390 const int nMin = pCur->pBt->usableSize * 2 / 3; local
96578 int nMin = pSorter->iMemory + nReq; local
183967 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
185121 sqlite3Fts3Incrmerge(Fts3Table *p, int nMerge, int nMin) argument
185319 int nMin = (MergeCount(p) / 2); local
222345 int nMin = MIN(p1->term.n, p2->term.n); local
223723 int nMin = MIN(pPage->term.n, nTerm); local
224563 int nMin = p->pConfig->nUsermerge; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35907 unsigned int nMin; /* Minimum number of pages reserved */ member in struct:PCache1
54804 const int nMin = pCur->pBt->usableSize * 2 / 3; local
[all...]

Completed in 706 milliseconds