Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c22587 int iCtrl = -1; in do_meta_command() local
22631 iCtrl = i; in do_meta_command()
22705 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
22706 utf8_printf(p->out, "Usage: .filectrl %s %s\n", zCmd,aCtrl[iCtrl].zUsage); in do_meta_command()
24805 int iCtrl = -1; in do_meta_command() local
24838 iCtrl = i; in do_meta_command()
24850 }else if( aCtrl[iCtrl].unSafe && p->bSafeMode ){ in do_meta_command()
24853 p->lineno, aCtrl[iCtrl].zCtrlName); in do_meta_command()
24996 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
24997 utf8_printf(p->out, "Usage: .testctrl %s %s\n", zCmd,aCtrl[iCtrl] in do_meta_command()
[all...]

Completed in 32 milliseconds