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

/external/sqlite/dist/orig/
H A Dshell.c314 static const char *zShellStatic = 0; variable
321 assert( zShellStatic );
324 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1648 zShellStatic = azArg[i];
1659 zShellStatic = 0;
1871 zShellStatic = azArg[1];
1881 zShellStatic = 0;
2130 zShellStatic = azArg[1];
2140 zShellStatic = 0;
2212 zShellStatic
[all...]
/external/sqlite/dist/
H A Dshell.c319 static const char *zShellStatic = 0; variable
326 assert( zShellStatic );
329 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1667 zShellStatic = azArg[i];
1678 zShellStatic = 0;
1890 zShellStatic = azArg[1];
1900 zShellStatic = 0;
2149 zShellStatic = azArg[1];
2159 zShellStatic = 0;
2231 zShellStatic
[all...]

Completed in 97 milliseconds