Home
last modified time | relevance | path

Searched refs:sqlite3FaultFuncType (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dmain.c4062 typedef int(*sqlite3FaultFuncType)(int); in sqlite3_test_control() typedef
4063 sqlite3GlobalConfig.xTestCallback = va_arg(ap, sqlite3FaultFuncType); in sqlite3_test_control()