HomeSort by relevance Sort by last modified time
    Searched refs:nReq (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 925 ** nReq is the number of bytes of memory required. Once this much has
929 int sqlite3PcacheReleaseMemory(int nReq){
936 while( (nReq<0 || nFree<nReq) && ((p=pcache1.grp.pLruTail)!=0) ){
wal.c     [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 738 milliseconds