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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c239 static FILE *iotrace = 0; variable
246 ** is written to iotrace.
252 if( iotrace==0 ) return;
256 fprintf(iotrace, "%s", z);
1321 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1805 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1807 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1808 iotrace
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c239 static FILE *iotrace = 0; variable
246 ** is written to iotrace.
252 if( iotrace==0 ) return;
256 fprintf(iotrace, "%s", z);
1321 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1805 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1807 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1808 iotrace
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c239 static FILE *iotrace = 0; variable
246 ** is written to iotrace.
252 if( iotrace==0 ) return;
256 fprintf(iotrace, "%s", z);
1321 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1805 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1807 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1808 iotrace
[all...]

Completed in 205 milliseconds