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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c12097 ** sqlite3IoTrace is a pointer to a printf-like routine used to
12101 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; }
12103 SQLITE_PRIVATE void (*sqlite3IoTrace)(const char*,...); variable
[all...]

Completed in 381 milliseconds