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

  /external/chromium_org/third_party/sqlite/src/src/
status.c 112 *pHighwater = db->lookaside.mxOut;
114 db->lookaside.mxOut = db->lookaside.nOut;
malloc.c 628 if( db->lookaside.nOut>db->lookaside.mxOut ){
629 db->lookaside.mxOut = db->lookaside.nOut;
sqliteInt.h 754 int mxOut; /* Highwater mark for nOut */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 67 milliseconds