Searched refs:ParseCleanup (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15323 typedef struct ParseCleanup ParseCleanup; typedef in typeref:struct:ParseCleanup
19691 ** An instance of the ParseCleanup object specifies an operation that
19695 struct ParseCleanup { struct
19696 ParseCleanup *pNext; /* Next cleanup task */
19771 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */
[all...]

Completed in 452 milliseconds