Home
last modified time | relevance | path

Searched refs:csv_resize_and_append (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dcsv.c175 static CSV_NOINLINE int csv_resize_and_append(CsvReader *p, char c){ in csv_resize_and_append() function
193 if( p->n>=p->nAlloc-1 ) return csv_resize_and_append(p, c); in csv_append()