PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ DBFCreateEx()

DBFHandle SHPAPI_CALL DBFCreateEx ( const char *  pszDBFFile,
const char *  pszCodePage 
)

Definition at line 641 of file dbfopen.c.

References DBFCreateLL(), SASetupDefaultHooks(), and SHPAPI_CALL.

Referenced by DBFCreate(), return(), and ShpDumperOpenTable().

643 {
644  SAHooks sHooks;
645 
646  SASetupDefaultHooks( &sHooks );
647 
648  return DBFCreateLL( pszFilename, pszCodePage , &sHooks );
649 }
DBFHandle SHPAPI_CALL DBFCreateLL(const char *pszFilename, const char *pszCodePage, SAHooks *psHooks)
Definition: dbfopen.c:658
void SASetupDefaultHooks(SAHooks *psHooks)
Definition: safileio.c:195
Here is the call graph for this function:
Here is the caller graph for this function: