Home
last modified time | relevance | path

Searched refs:iotrace (Results 1 – 1 of 1) sorted by relevance

/external/sqlite/dist/
Dshell.c1101 static FILE *iotrace = 0; variable
1114 if( iotrace==0 ) return; in iotracePrintf()
1118 fprintf(iotrace, "%s", z); in iotracePrintf()
2652 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()
2653 iotrace = 0; in do_meta_command()
2658 iotrace = stdout; in do_meta_command()
2660 iotrace = fopen(azArg[1], "w"); in do_meta_command()
2661 if( iotrace==0 ){ in do_meta_command()