Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/bna/
H A Dogrbnadatasource.cpp352 const char* pszNbPairPerLine = CSLFetchNameValue( papszOptions, "NB_PAIRS_PER_LINE"); in Create() local
353 if (pszNbPairPerLine) in Create()
355 nbPairPerLine = atoi(pszNbPairPerLine); in Create()