Lines Matching defs:ParseCleanup
15369 typedef struct ParseCleanup ParseCleanup;
19760 ** An instance of the ParseCleanup object specifies an operation that
19764 struct ParseCleanup {
19765 ParseCleanup *pNext; /* Next cleanup task */
19841 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */
142390 ParseCleanup *pCleanup = pParse->pCleanup;
142439 ParseCleanup *pCleanup;