HomeSort by relevance Sort by last modified time
    Searched defs:iCmd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_backup.c 47 int iCmd;
51 interp, objv[1], aSub, sizeof(aSub[0]), "option", 0, &iCmd
56 if( objc!=(2 + aSub[iCmd].nArg) ){
57 Tcl_WrongNumArgs(interp, 2, objv, aSub[iCmd].zArg);
61 switch( aSub[iCmd].eCmd ){
test_syscall.c 641 int iCmd;
649 objv[1], aCmd, sizeof(aCmd[0]), "sub-command", 0, &iCmd
652 return aCmd[iCmd].xCmd(clientData, interp, objc, objv);

Completed in 282 milliseconds