Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c26382 char *zHistory; local
26395 zHistory = getenv("SQLITE_HISTORY");
26396 if( zHistory ){
26397 zHistory = strdup(zHistory);
26400 if( (zHistory = malloc(nHistory))!=0 ){
26401 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
26404 if( zHistory ){ shell_read_history(zHistory); }
26412 if( zHistory ){
[all...]

Completed in 34 milliseconds