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

  /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...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 240 static FILE *iotrace = 0; variable
247 ** is written to iotrace.
253 if( iotrace==0 ) return;
257 fprintf(iotrace, "%s", z);
    [all...]

Completed in 101 milliseconds