Searched refs:ParseCleanup (Results 1 – 1 of 1) sorted by relevance
15323 typedef struct ParseCleanup ParseCleanup; typedef19695 struct ParseCleanup { struct19696 ParseCleanup *pNext; /* Next cleanup task */ argument19771 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */141289 ParseCleanup *pCleanup = pParse->pCleanup;141338 ParseCleanup *pCleanup = sqlite3DbMallocRaw(pParse->db, sizeof(*pCleanup));