Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c15303 int nHistory; local
15317 nHistory = strlen30(zHome) + 20;
15318 if( (zHistory = malloc(nHistory))!=0 ){
15319 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/external/sqlite/dist/
Dshell.c15326 int nHistory; local
15340 nHistory = strlen30(zHome) + 20;
15341 if( (zHistory = malloc(nHistory))!=0 ){
15342 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);