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

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 167 ScratchFreeslot *pSlot;
170 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
172 mem0.pScratchFree = pSlot;
175 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
176 pSlot = pSlot->pNext;
178 pSlot->pNext = 0;
179 mem0.pScratchEnd = (void*)&pSlot[1];
401 ScratchFreeslot *pSlot;
    [all...]
pcache1.c 246 PgFreeslot *pSlot;
249 pSlot = (PgFreeslot*)p;
250 pSlot->pNext = pcache1.pFree;
251 pcache1.pFree = pSlot;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 258 milliseconds