Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dshell.c298 static const char *zShellStatic = 0; variable
305 assert( zShellStatic ); in shellstaticFunc()
308 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC); in shellstaticFunc()
1573 zShellStatic = azArg[i]; in do_meta_command()
1584 zShellStatic = 0; in do_meta_command()
1790 zShellStatic = azArg[1]; in do_meta_command()
1800 zShellStatic = 0; in do_meta_command()
2049 zShellStatic = azArg[1]; in do_meta_command()
2058 zShellStatic = 0; in do_meta_command()
2130 zShellStatic = azArg[1]; in do_meta_command()
[all …]
/external/sqlite/dist/
Dshell.c354 static const char *zShellStatic = 0; variable
361 assert( zShellStatic ); in shellstaticFunc()
364 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC); in shellstaticFunc()
2432 zShellStatic = azArg[i]; in do_meta_command()
2443 zShellStatic = 0; in do_meta_command()
2752 zShellStatic = azArg[1]; in do_meta_command()
2762 zShellStatic = 0; in do_meta_command()
3067 zShellStatic = azArg[1]; in do_meta_command()
3077 zShellStatic = 0; in do_meta_command()
/external/sqlite/dist/orig/
Dshell.c349 static const char *zShellStatic = 0; variable
356 assert( zShellStatic ); in shellstaticFunc()
359 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC); in shellstaticFunc()
2412 zShellStatic = azArg[i]; in do_meta_command()
2423 zShellStatic = 0; in do_meta_command()
2732 zShellStatic = azArg[1]; in do_meta_command()
2742 zShellStatic = 0; in do_meta_command()
3047 zShellStatic = azArg[1]; in do_meta_command()
3057 zShellStatic = 0; in do_meta_command()