PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ DBFCreateEx()

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

Definition at line 669 of file dbfopen.c.

671 {
672  SAHooks sHooks;
673 
674  SASetupDefaultHooks( &sHooks );
675 
676  return DBFCreateLL( pszFilename, pszCodePage , &sHooks );
677 }
DBFHandle SHPAPI_CALL DBFCreateLL(const char *pszFilename, const char *pszCodePage, SAHooks *psHooks)
Definition: dbfopen.c:686
void SASetupDefaultHooks(SAHooks *psHooks)
Definition: safileio.c:194

References DBFCreateLL(), and SASetupDefaultHooks().

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

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