Searched refs:iotrace (Results 1 – 3 of 3) sorted by relevance
240 static FILE *iotrace = 0; variable253 if( iotrace==0 ) return; in iotracePrintf()257 fprintf(iotrace, "%s", z); in iotracePrintf()1815 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()1816 iotrace = 0; in do_meta_command()1821 iotrace = stdout; in do_meta_command()1823 iotrace = fopen(azArg[1], "w"); in do_meta_command()1824 if( iotrace==0 ){ in do_meta_command()
296 static FILE *iotrace = 0; variable309 if( iotrace==0 ) return; in iotracePrintf()313 fprintf(iotrace, "%s", z); in iotracePrintf()2781 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()2782 iotrace = 0; in do_meta_command()2787 iotrace = stdout; in do_meta_command()2789 iotrace = fopen(azArg[1], "w"); in do_meta_command()2790 if( iotrace==0 ){ in do_meta_command()
291 static FILE *iotrace = 0; variable304 if( iotrace==0 ) return; in iotracePrintf()308 fprintf(iotrace, "%s", z); in iotracePrintf()2761 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()2762 iotrace = 0; in do_meta_command()2767 iotrace = stdout; in do_meta_command()2769 iotrace = fopen(azArg[1], "w"); in do_meta_command()2770 if( iotrace==0 ){ in do_meta_command()