Searched refs:filectrl (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c14073 ".filectrl CMD ... Run various sqlite3_file_control() operations",
18031 if( c=='f' && strncmp(azArg[0], "filectrl", n)==0 ){
18049 int filectrl = -1; local
18080 utf8_printf(p->out, " .filectrl %s %s\n",
18087 /* convert filectrl text option to value. allow any unique prefix
18092 if( filectrl<0 ){
18093 filectrl = aCtrl[i].ctrlCode;
18097 "Use \".filectrl --help\" for help\n", zCmd);
18103 if( filectrl<0 ){
18105 "Use \".filectrl
[all...]

Completed in 160 milliseconds