Searched refs:csv_errmsg (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | csv.c | 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() 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() 545 csv_errmsg(&sRdr, "column= value must be positive"); in csvtabConnect() 550 csv_errmsg(&sRdr, "bad parameter: '%s'", z); in csvtabConnect() 649 csv_errmsg(&sRdr, "out of memory"); in csvtabConnect() [all …]
|