PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ if() [1/9]

if ( 8+  4,
nEntitySize   
)

Definition at line 1647 of file shpopen.c.

1648  {
1649  snprintf(szErrorMsg, sizeof(szErrorMsg),
1650  "Corrupted .shp file : shape %d : nEntitySize = %d",
1651  hEntity, nEntitySize);
1652  psSHP->sHooks.Error( szErrorMsg );
1654  return NULL;
1655  }
nEntitySize
Definition: shpopen.c:1579
psShape
Definition: shpopen.c:1643
void SHPAPI_CALL SHPDestroyObject(SHPObject *psShape)
Definition: shpopen.c:2182

References nEntitySize, psShape, and SHPDestroyObject().

Here is the call graph for this function: