Lines Matching refs:csv_errmsg
112 static void csv_errmsg(CsvReader *p, const char *zFormat, ...){ in csv_errmsg() function
130 csv_errmsg(p, "out of memory"); in csv_reader_open()
137 csv_errmsg(p, "cannot open '%s' for reading", zFilename); in csv_reader_open()
185 csv_errmsg(p, "out of memory"); in csv_resize_and_append()
243 csv_errmsg(p, "line %d: unescaped %c character", p->nLine, '"'); in csv_read_one_field()
247 csv_errmsg(p, "line %d: unterminated %c-quoted field\n", in csv_read_one_field()
405 csv_errmsg(p, "more than one '%s' parameter", zParam); in csv_string_parameter()
410 csv_errmsg(p, "out of memory"); in csv_string_parameter()
528 csv_errmsg(&sRdr, "more than one 'header' parameter"); in csvtabConnect()
540 csv_errmsg(&sRdr, "more than one 'columns' parameter"); in csvtabConnect()
545 csv_errmsg(&sRdr, "column= value must be positive"); in csvtabConnect()
550 csv_errmsg(&sRdr, "bad parameter: '%s'", z); in csvtabConnect()
555 csv_errmsg(&sRdr, "must specify either filename= or data= but not both"); in csvtabConnect()
630 csv_errmsg(&sRdr, "bad schema: '%s' - %s", CSV_SCHEMA, sqlite3_errmsg(db)); in csvtabConnect()
649 csv_errmsg(&sRdr, "out of memory"); in csvtabConnect()
743 csv_errmsg(&pCur->rdr, "out of memory"); in csvtabNext()