Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22328 # ifndef SQLITE_DEBUG_OS_TRACE
22329 # define SQLITE_DEBUG_OS_TRACE 0 macro
22331 int sqlite3OSTrace = SQLITE_DEBUG_OS_TRACE;
24670 # ifndef SQLITE_DEBUG_OS_TRACE
24671 # define SQLITE_DEBUG_OS_TRACE 0
24673 int sqlite3OSTrace = SQLITE_DEBUG_OS_TRACE;
31447 # ifndef SQLITE_DEBUG_OS_TRACE
31448 # define SQLITE_DEBUG_OS_TRACE 0
31450 int sqlite3OSTrace = SQLITE_DEBUG_OS_TRACE;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c160304 # ifndef SQLITE_DEBUG_OS_TRACE
160305 # define SQLITE_DEBUG_OS_TRACE 0
160307 int sqlite3OSTrace = SQLITE_DEBUG_OS_TRACE;