Searched refs:iotrace (Results 1 – 1 of 1) sorted by relevance
1628 static FILE *iotrace = 0; variable1641 if( iotrace==0 ) return; in iotracePrintf()1645 sputf(iotrace, "%s", z); in iotracePrintf()27330 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()27331 iotrace = 0; in do_meta_command()27336 iotrace = stdout; in do_meta_command()27338 iotrace = fopen(azArg[1], "w"); in do_meta_command()27339 if( iotrace==0 ){ in do_meta_command()