| 730 | } |
| 731 | |
| 732 | static const char *ReadLineClassicalFile(void *fp, size_t /* nMaxLineSize */) |
| 733 | { |
| 734 | return CPLReadLine(static_cast<FILE *>(fp)); |
| 735 | } |
| 736 | |
| 737 | char **CSVReadParseLine2(FILE *fp, char chDelimiter) |
| 738 | { |
nothing calls this directly
no test coverage detected