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

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c240 static FILE *iotrace = 0; variable
247 ** is written to iotrace.
253 if( iotrace==0 ) return;
257 fprintf(iotrace, "%s", z);
1329 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1813 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1815 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1816 iotrace
[all...]
/external/sqlite/dist/orig/
H A Dshell.c256 static FILE *iotrace = 0; variable
263 ** is written to iotrace.
269 if( iotrace==0 ) return;
273 fprintf(iotrace, "%s", z);
1403 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1894 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1896 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1897 iotrace
[all...]
/external/sqlite/dist/
H A Dshell.c261 static FILE *iotrace = 0; variable
268 ** is written to iotrace.
274 if( iotrace==0 ) return;
278 fprintf(iotrace, "%s", z);
1408 ".iotrace FILE Enable I/O diagnostic logging to FILE\n"
1913 if( c=='i' && strncmp(azArg[0], "iotrace", n)==0 ){
1915 if( iotrace && iotrace!=stdout ) fclose(iotrace);
1916 iotrace
[all...]

Completed in 141 milliseconds