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

  /external/sqlite/dist/
shell.c.orig 239 static FILE *iotrace = 0;
246 ** is written to iotrace.
252 if( iotrace==0 ) return;
256 fprintf(iotrace, "%s", z);
    [all...]
shell.c 244 static FILE *iotrace = 0; variable
251 ** is written to iotrace.
257 if( iotrace==0 ) return;
261 fprintf(iotrace, "%s", z);
    [all...]

Completed in 36 milliseconds