Lines Matching refs:sqliterc
25662 ** parameter is NULL, take input from ~/.sqliterc
25671 const char *sqliterc = sqliterc_override;
25676 if (sqliterc == NULL) {
25680 " cannot read ~/.sqliterc\n");
25683 zBuf = sqlite3_mprintf("%s/.sqliterc",home_dir);
25685 sqliterc = zBuf;
25687 p->in = fopen(sqliterc,"rb");
25690 utf8_printf(stderr,"-- Loading resources from %s\n",sqliterc);
25695 utf8_printf(stderr,"cannot open: \"%s\"\n", sqliterc);
26168 ** is given on the command line, look for a file named ~/.sqliterc and