PostGIS
3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
SADFSeek()
static
SAOffset
SADFSeek
(
SAFile
file
,
SAOffset
offset
,
int
whence
)
static
Definition at line
129
of file
safileio.c
.
131
{
132
return
(
SAOffset
) fseek( (FILE *) file, (
long
) offset, whence );
133
}
SAOffset
unsigned long SAOffset
Definition
shapefil.h:286
Referenced by
SASetupDefaultHooks()
.
Here is the caller graph for this function:
loader
safileio.c
Generated by
1.9.8