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

/external/sqlite/dist/orig/
H A Dshell.c4815 int nHistory; local
4829 nHistory = strlen30(zHome) + 20;
4830 if( (zHistory = malloc(nHistory))!=0 ){
4831 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/external/sqlite/dist/
H A Dshell.c4837 int nHistory; local
4851 nHistory = strlen30(zHome) + 20;
4852 if( (zHistory = malloc(nHistory))!=0 ){
4853 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);

Completed in 42 milliseconds