Searched refs:testctrl (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c3827 if( c=='t' && n>=8 && strncmp(azArg[0], "testctrl", n)==0 && nArg>=2 ){
3849 int testctrl = -1; local
3854 /* convert testctrl text option to value. allow any unique prefix
3859 if( testctrl<0 ){
3860 testctrl = aCtrl[i].ctrlCode;
3863 testctrl = -1;
3868 if( testctrl<0 ) testctrl = (int)integerValue(azArg[1]);
3869 if( (testctrl<SQLITE_TESTCTRL_FIRST) || (testctrl>SQLITE_TESTCTRL_LAS
[all...]
/external/sqlite/dist/
H A Dshell.c3849 if( c=='t' && n>=8 && strncmp(azArg[0], "testctrl", n)==0 && nArg>=2 ){
3871 int testctrl = -1; local
3876 /* convert testctrl text option to value. allow any unique prefix
3881 if( testctrl<0 ){
3882 testctrl = aCtrl[i].ctrlCode;
3885 testctrl = -1;
3890 if( testctrl<0 ) testctrl = (int)integerValue(azArg[1]);
3891 if( (testctrl<SQLITE_TESTCTRL_FIRST) || (testctrl>SQLITE_TESTCTRL_LAS
[all...]

Completed in 40 milliseconds