HomeSort by relevance Sort by last modified time
    Searched full:iotrace (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_common.h 81 IOTRACE(("IOERR\n"));
shell.c 240 static FILE *iotrace = 0; variable
247 ** is written to iotrace.
253 if( iotrace==0 ) return;
257 fprintf(iotrace, "%s", z);
    [all...]
pager.c     [all...]
sqliteInt.h     [all...]
vdbeaux.c     [all...]
  /external/sqlite/dist/orig/
shell.c 291 static FILE *iotrace = 0; variable
298 ** is written to iotrace.
304 if( iotrace==0 ) return;
308 fprintf(iotrace, "%s", z);
    [all...]
  /external/sqlite/dist/
shell.c 296 static FILE *iotrace = 0; variable
303 ** is written to iotrace.
309 if( iotrace==0 ) return;
313 fprintf(iotrace, "%s", z);
    [all...]

Completed in 351 milliseconds