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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14802 typedef struct ParseCleanup ParseCleanup; typedef in typeref:struct:ParseCleanup
18861 ** An instance of the ParseCleanup object specifies an operation that
18865 struct ParseCleanup { struct
18866 ParseCleanup *pNext; /* Next cleanup task */
18988 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */
[all...]

Completed in 579 milliseconds