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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c975 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__)
976 static int unixLogErrorAtLine( function
1044 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c25131 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__)
25132 static int unixLogErrorAtLine( function
25200 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c26056 #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 Dsqlite3.c26074 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__)
26075 static int unixLogErrorAtLine( function
26143 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",
[all...]

Completed in 1528 milliseconds