PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DBFCreateEx()

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

Definition at line 641 of file dbfopen.c.

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

References DBFCreateLL(), and SASetupDefaultHooks().

Referenced by DBFCreate(), and ShpDumperOpenTable().

Here is the call graph for this function:
Here is the caller graph for this function: