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

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c2884 int nHistory; local
2893 nHistory = strlen30(zHome) + 20;
2894 if( (zHistory = malloc(nHistory))!=0 ){
2895 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/external/sqlite/dist/orig/
H A Dshell.c3017 int nHistory; local
3026 nHistory = strlen30(zHome) + 20;
3027 if( (zHistory = malloc(nHistory))!=0 ){
3028 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);
/external/sqlite/dist/
H A Dshell.c3036 int nHistory; local
3045 nHistory = strlen30(zHome) + 20;
3046 if( (zHistory = malloc(nHistory))!=0 ){
3047 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome);

Completed in 68 milliseconds