Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1628 static FILE *iotrace = 0; variable
1641 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()