Searched refs:iotrace (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c542 static FILE *iotrace = 0; variable
549 ** is written to iotrace.
555 if( iotrace==0 ) return;
559 utf8_printf(iotrace, "%s", z);
14099 ".iotrace FILE Enable I/O diagnostic logging to FILE",
18626 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
18628 if( iotrace && iotrace!=stdout ) fclose(iotrace);
18629 iotrace
[all...]

Completed in 192 milliseconds