PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ DBFCreateEx()

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

Definition at line 628 of file dbfopen.c.

629{
630 SAHooks sHooks;
631
632 SASetupDefaultHooks(&sHooks);
633
634 return DBFCreateLL(pszFilename, pszCodePage, &sHooks);
635}
DBFHandle SHPAPI_CALL DBFCreateLL(const char *pszFilename, const char *pszCodePage, SAHooks *psHooks)
Definition dbfopen.c:644
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: