Searched refs:IOTRACE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_common.h81 IOTRACE(("IOERR\n"));
H A Dpager.c1065 IOTRACE(("UNLOCK %p %d\n", pPager, eLock))
1088 IOTRACE(("LOCK %p %d\n", pPager, eLock))
1295 IOTRACE(("JZEROHDR %p\n", pPager))
1430 IOTRACE(("JHDR %p %lld %d\n", pPager, pPager->journalHdr, nHeader))
2847 IOTRACE(("PGIN %p %d\n", pPager, pgno));
3596 IOTRACE(("DBHDR %p 0 %d\n", pPager, N))
3773 IOTRACE(("CLOSE %p\n", pPager))
3912 IOTRACE(("JSYNC %p\n", pPager))
3916 IOTRACE(("JHDR %p %lld\n", pPager, pPager->journalHdr));
3924 IOTRACE(("JSYN
[all...]
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.c11525 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
11530 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
11534 # define IOTRACE(A) macro
22034 IOTRACE(("IOERR\n"));
24362 IOTRACE(("IOERR\n"));
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13126 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
13131 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
13135 # define IOTRACE(A) macro
19285 IOTRACE(("IOERR\n"));
24499 IOTRACE(("IOERR\n"));
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13126 ** If the SQLITE_ENABLE IOTRACE exists then the global variable
13131 # define IOTRACE(A) if( sqlite3IoTrace ){ sqlite3IoTrace A; } macro
13135 # define IOTRACE(A) macro
19285 IOTRACE(("IOERR\n"));
24506 IOTRACE(("IOERR\n"));
[all...]

Completed in 1694 milliseconds