Home
last modified time | relevance | path

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

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