Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1202 typedef struct ParseCleanup ParseCleanup; typedef
3606 struct ParseCleanup { struct
3607 ParseCleanup *pNext; /* Next cleanup task */ argument
3608 void *pPtr; /* Pointer to object to deallocate */
3609 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */