OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 69 milliseconds