Searched refs:unixLogErrorAtLine (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 26056 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) 26057 static int unixLogErrorAtLine( function 26125 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close", [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 26074 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) 26075 static int unixLogErrorAtLine( function 26143 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close", [all...] |
Completed in 393 milliseconds