Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c985 static FILE *iotrace = 0; variable
998 if( iotrace==0 ) return; in iotracePrintf()
1002 sqlite3_fprintf(iotrace, "%s", z); in iotracePrintf()
30062 if( iotrace && iotrace!=stdout ) fclose(iotrace); in do_meta_command()
30063 iotrace = 0; in do_meta_command()
30068 iotrace = stdout; in do_meta_command()
30070 iotrace = sqlite3_fopen(azArg[1], "w"); in do_meta_command()
30071 if( iotrace==0 ){ in do_meta_command()