Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c26383 int nHistory; local
26399 nHistory = strlen30(zHome) + 20;
26400 if( (zHistory = malloc(nHistory))!=0 ){
26401 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);

Completed in 34 milliseconds