Home
last modified time | relevance | path

Searched refs:do_meta_command (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c2617 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command() function
4178 rc = do_meta_command(zLine, p); in process_input()
4728 rc = do_meta_command(z, &data); in main()
4755 rc = do_meta_command(azCmd[i], &data); in main()
/external/sqlite/dist/
Dshell.c2639 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command() function
4200 rc = do_meta_command(zLine, p); in process_input()
4750 rc = do_meta_command(z, &data); in main()
4777 rc = do_meta_command(azCmd[i], &data); in main()