Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c1159 static const char *zShellStatic = 0; variable
1166 assert( zShellStatic ); in shellstaticFunc()
1169 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC); in shellstaticFunc()
2399 zShellStatic = azArg[i]; in do_meta_command()
2410 zShellStatic = 0; in do_meta_command()
2627 zShellStatic = azArg[1]; in do_meta_command()
2637 zShellStatic = 0; in do_meta_command()
2886 zShellStatic = azArg[1]; in do_meta_command()
2895 zShellStatic = 0; in do_meta_command()
2962 zShellStatic = azArg[1]; in do_meta_command()
[all …]