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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c2696 int nHistory; local
2705 nHistory = strlen30(zHome) + 20;
2706 if( (zHistory = malloc(nHistory))!=0 ){
2707 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c2696 int nHistory; local
2705 nHistory = strlen30(zHome) + 20;
2706 if( (zHistory = malloc(nHistory))!=0 ){
2707 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c2696 int nHistory; local
2705 nHistory = strlen30(zHome) + 20;
2706 if( (zHistory = malloc(nHistory))!=0 ){
2707 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);

Completed in 179 milliseconds