Home
last modified time | relevance | path

Searched refs:iCmd (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_backup.c56 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 Dtest_syscall.c727 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 Dtest_rbu.c111 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 Dtest_expert.c164 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 Dfts5_tcl.c181 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()