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

/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...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c298 static const char *zShellStatic = 0; variable
305 assert( zShellStatic );
308 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1573 zShellStatic = azArg[i];
1584 zShellStatic = 0;
1790 zShellStatic = azArg[1];
1800 zShellStatic = 0;
2049 zShellStatic = azArg[1];
2058 zShellStatic = 0;
2130 zShellStatic
[all...]

Completed in 70 milliseconds