Searched defs:ParseCleanup (Results 1 – 4 of 4) sorted by relevance
15244 typedef struct ParseCleanup ParseCleanup; typedef19621 struct ParseCleanup { struct19622 ParseCleanup *pNext; /* Next cleanup task */ argument19623 void *pPtr; /* Pointer to object to deallocate */19624 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */
15369 typedef struct ParseCleanup ParseCleanup; typedef19764 struct ParseCleanup { struct19765 ParseCleanup *pNext; /* Next cleanup task */ argument19766 void *pPtr; /* Pointer to object to deallocate */19767 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */
15412 typedef struct ParseCleanup ParseCleanup; typedef19806 struct ParseCleanup { struct19807 ParseCleanup *pNext; /* Next cleanup task */ argument19808 void *pPtr; /* Pointer to object to deallocate */19809 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */