Searched refs:iCmd (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_backup.c | 56 int iCmd; in backupTestCmd() local 60 interp, objv[1], aSub, sizeof(aSub[0]), "option", 0, &iCmd in backupTestCmd() 65 if( objc!=(2 + aSub[iCmd].nArg) ){ in backupTestCmd() 66 Tcl_WrongNumArgs(interp, 2, objv, aSub[iCmd].zArg); in backupTestCmd() 70 switch( aSub[iCmd].eCmd ){ in backupTestCmd()
|
| H A D | test_syscall.c | 727 int iCmd; in test_syscall() local 740 objv[1], aCmd, sizeof(aCmd[0]), "sub-command", 0, &iCmd in test_syscall() 744 return aCmd[iCmd].xCmd(clientData, interp, objc, objv); in test_syscall()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | test_rbu.c | 111 int iCmd; in test_sqlite3rbu_cmd() local 118 interp, objv[1], aCmd, sizeof(aCmd[0]), "method", 0, &iCmd in test_sqlite3rbu_cmd() 121 if( objc!=aCmd[iCmd].nArg ){ in test_sqlite3rbu_cmd() 122 Tcl_WrongNumArgs(interp, 1, objv, aCmd[iCmd].zUsage); in test_sqlite3rbu_cmd() 126 switch( iCmd ){ in test_sqlite3rbu_cmd() 138 if( iCmd==1 ){ in test_sqlite3rbu_cmd() 178 sqlite3 *db = sqlite3rbu_db(pRbu, (iCmd==12)); in test_sqlite3rbu_cmd()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | test_expert.c | 164 static int iCmd = 0; in test_sqlite3_expert_new() local 179 zCmd = sqlite3_mprintf("sqlite3expert%d", ++iCmd); in test_sqlite3_expert_new()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tcl.c | 181 static sqlite3_int64 iCmd = 0; in xQueryPhraseCb() local 190 sprintf(zCmd, "f5t_2_%lld", iCmd++); in xQueryPhraseCb() 529 static sqlite3_int64 iCmd = 0; in xF5tFunction() local 535 sprintf(zCmd, "f5t_%lld", iCmd++); in xF5tFunction()
|