MCPcopy Create free account
hub / github.com/OSGeo/gdal / ReadLineLargeFile

Function ReadLineLargeFile

port/cpl_csv.cpp:789–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787/************************************************************************/
788
789static const char *ReadLineLargeFile(void *fp, size_t nMaxLineSize)
790{
791 int nBufLength = 0;
792 return CPLReadLine3L(static_cast<VSILFILE *>(fp),
793 nMaxLineSize == 0 ? -1
794 : static_cast<int>(nMaxLineSize),
795 &nBufLength, nullptr);
796}
797
798/************************************************************************/
799/* CSVReadParseLine3L() */

Callers

nothing calls this directly

Calls 1

CPLReadLine3LFunction · 0.85

Tested by

no test coverage detected