Lines Matching refs:stderr
227 fprintf(stderr, "%s: ", g.zArgv0); in cmdlineError()
229 vfprintf(stderr, zFormat, ap); in cmdlineError()
231 fprintf(stderr, "\n\"%s --help\" for more help\n", g.zArgv0); in cmdlineError()
241 fprintf(stderr, "%s: ", g.zArgv0); in runtimeError()
243 vfprintf(stderr, zFormat, ap); in runtimeError()
245 fprintf(stderr, "\n"); in runtimeError()
299 if( g.fDebug & DEBUG_FULLTRACE ) fprintf(stderr, "NULL\n"); in hash_one_query()
315 fprintf(stderr, "INT %s\n", sqlite3_column_text(pStmt,i)); in hash_one_query()
332 fprintf(stderr, "FLOAT %s\n", sqlite3_column_text(pStmt,i)); in hash_one_query()
342 fprintf(stderr, "TEXT '%s'\n", sqlite3_column_text(pStmt,i)); in hash_one_query()
352 fprintf(stderr, "BLOB (%d bytes)\n", n); in hash_one_query()
440 fprintf(stderr, "cannot open database file '%s'\n", zDb); in main()
447 fprintf(stderr, "'%s' is not a valid SQLite database\n", zDb); in main()