HomeSort by relevance Sort by last modified time
    Searched defs:nRecyclable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 82 unsigned int nRecyclable; /* Number of pages in the LRU list */
440 pPage->pCache->nRecyclable--;
719 nPinned = pCache->nPage - pCache->nRecyclable;
818 pCache->nRecyclable++;
960 int nRecyclable = 0;
962 nRecyclable++;
967 *pnRecyclable = nRecyclable;
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 83 milliseconds