PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFCreateEx()

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

Definition at line 662 of file dbfopen.c.

664 {
665  SAHooks sHooks;
666 
667  SASetupDefaultHooks( &sHooks );
668 
669  return DBFCreateLL( pszFilename, pszCodePage , &sHooks );
670 }
DBFHandle SHPAPI_CALL DBFCreateLL(const char *pszFilename, const char *pszCodePage, SAHooks *psHooks)
Definition: dbfopen.c:679
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: