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

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 60 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
62 ** being freed came from pScratch) and a pointer to the list of
164 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
170 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
182 sqlite3GlobalConfig.pScratch = 0;
399 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){
main.c 344 sqlite3GlobalConfig.pScratch = va_arg(ap, void*);
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 48 milliseconds