Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dshell.c240 static FILE *iotrace = 0; variable
253 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()
/external/sqlite/dist/
Dshell.c296 static FILE *iotrace = 0; variable
309 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()
/external/sqlite/dist/orig/
Dshell.c291 static FILE *iotrace = 0; variable
304 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()