OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScratchFreeslot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
malloc.c
39
typedef struct
ScratchFreeslot
{
40
struct
ScratchFreeslot
*pNext; /* Next unused scratch buffer */
41
}
ScratchFreeslot
;
66
ScratchFreeslot
*pScratchFree;
167
ScratchFreeslot
*pSlot;
170
pSlot = (
ScratchFreeslot
*)sqlite3GlobalConfig.pScratch;
175
pSlot->pNext = (
ScratchFreeslot
*)(sz+(char*)pSlot);
401
ScratchFreeslot
*pSlot;
402
pSlot = (
ScratchFreeslot
*)p;
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 71 milliseconds