Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c191430 typedef int(*sqlite3FaultFuncType)(int); typedef
191431 sqlite3GlobalConfig.xTestCallback = va_arg(ap, sqlite3FaultFuncType);