Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogr.cpp1419 const char* pszBeginningOfTable = from + strlen(" FROM "); in msOGRFileOpenSpatialite() local
1420 const char* pszIter = pszBeginningOfTable; in msOGRFileOpenSpatialite()
1429 psInfo->pszMainTableName = msStrdup(pszBeginningOfTable); in msOGRFileOpenSpatialite()
1430 psInfo->pszMainTableName[pszIter - pszBeginningOfTable] = '\0'; in msOGRFileOpenSpatialite()