Searched refs:csv_resize_and_append (Results 1 – 1 of 1) sorted by relevance
175 static CSV_NOINLINE int csv_resize_and_append(CsvReader *p, char c){ in csv_resize_and_append() function193 if( p->n>=p->nAlloc-1 ) return csv_resize_and_append(p, c); in csv_append()