Home
last modified time | relevance | path

Searched defs:ScratchFreeslot (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c19187 typedef struct ScratchFreeslot { struct
19188 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */ argument
19189 } ScratchFreeslot; typedef