Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40111 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__)
40112 static int unixLogErrorAtLine( in unixLogErrorAtLine() function
40183 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close", in robust_close()