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

/external/sqlite/dist/orig/
H A Dshell.c419 static const char *zShellStatic = 0; variable
426 assert( zShellStatic );
429 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
2822 zShellStatic = azArg[i];
2833 zShellStatic = 0;
3183 zShellStatic = azArg[1];
3193 zShellStatic = 0;
3578 zShellStatic = azArg[1];
3588 zShellStatic = 0;
/external/sqlite/dist/
H A Dshell.c425 static const char *zShellStatic = 0; variable
432 assert( zShellStatic );
435 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
2844 zShellStatic = azArg[i];
2855 zShellStatic = 0;
3205 zShellStatic = azArg[1];
3215 zShellStatic = 0;
3600 zShellStatic = azArg[1];
3610 zShellStatic = 0;

Completed in 85 milliseconds