Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcsv.c58 # define CSV_NOINLINE __attribute__((noinline)) macro
60 # define CSV_NOINLINE __declspec(noinline)
62 # define CSV_NOINLINE
151 static CSV_NOINLINE int csv_getc_refill(CsvReader *p){ in csv_getc_refill()
175 static CSV_NOINLINE int csv_resize_and_append(CsvReader *p, char c){ in csv_resize_and_append()