Searched defs:IOTRACE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h3180 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
3185 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
3189 # define IOTRACE(A) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11540 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
11545 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
11549 # define IOTRACE(A) macro
22049 IOTRACE(("IOERR\n"));
24377 IOTRACE(("IOERR\n"));
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12128 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
12133 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
12137 # define IOTRACE(A) macro
22903 IOTRACE(("IOERR\n"));
25251 IOTRACE(("IOERR\n"));
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12128 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
12133 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
12137 # define IOTRACE(A) macro
22903 IOTRACE(("IOERR\n"));
25258 IOTRACE(("IOERR\n"));
[all...]

Completed in 949 milliseconds