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

/external/sqlite/dist/
H A Dshell.c3532 char *zHistory = 0; local
3543 if( (zHistory = malloc(nHistory))!=0 ){
3544 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
3548 if( zHistory ) read_history(zHistory);
3551 if( zHistory ){
3553 write_history(zHistory);
3554 free(zHistory);

Completed in 21 milliseconds