Home
last modified time | relevance | path

Searched refs:nASSOffset (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfimage.c2754 GUInt32 nASHOffset=0, /* nASHSize=0, */ nASSOffset=0, nASSSize=0, nNextOffset=0; in NITFLoadAttributeSection() local
2768 nASSOffset = psImage->pasLocations[i].nLocOffset; in NITFLoadAttributeSection()
2773 if( nASSOffset == 0 || nASHOffset == 0 ) in NITFLoadAttributeSection()
2805 if( psImage->pasLocations[i].nLocOffset > nASSOffset ) in NITFLoadAttributeSection()
2813 if (nNextOffset > 0 && nNextOffset - nASSOffset > nASSSize) in NITFLoadAttributeSection()
2814 nASSSize = nNextOffset - nASSOffset; in NITFLoadAttributeSection()
2841 VSIFSeekL( psImage->psFile->fp, nASSOffset, SEEK_SET ); in NITFLoadAttributeSection()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3207 GUInt32 nASHOffset=0, /* nASHSize=0, */ nASSOffset=0, nASSSize=0, nNextOffset=0; in NITFLoadAttributeSection() local
3221 nASSOffset = psImage->pasLocations[i].nLocOffset; in NITFLoadAttributeSection()
3226 if( nASSOffset == 0 || nASHOffset == 0 ) in NITFLoadAttributeSection()
3259 if( psImage->pasLocations[i].nLocOffset > nASSOffset ) in NITFLoadAttributeSection()
3267 if (nNextOffset > 0 && nNextOffset - nASSOffset > nASSSize) in NITFLoadAttributeSection()
3268 nASSSize = nNextOffset - nASSOffset; in NITFLoadAttributeSection()
3295 if( VSIFSeekL( psImage->psFile->fp, nASSOffset, SEEK_SET ) != 0 || in NITFLoadAttributeSection()
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3207 GUInt32 nASHOffset=0, /* nASHSize=0, */ nASSOffset=0, nASSSize=0, nNextOffset=0; in NITFLoadAttributeSection() local
3221 nASSOffset = psImage->pasLocations[i].nLocOffset; in NITFLoadAttributeSection()
3226 if( nASSOffset == 0 || nASHOffset == 0 ) in NITFLoadAttributeSection()
3259 if( psImage->pasLocations[i].nLocOffset > nASSOffset ) in NITFLoadAttributeSection()
3267 if (nNextOffset > 0 && nNextOffset - nASSOffset > nASSSize) in NITFLoadAttributeSection()
3268 nASSSize = nNextOffset - nASSOffset; in NITFLoadAttributeSection()
3295 if( VSIFSeekL( psImage->psFile->fp, nASSOffset, SEEK_SET ) != 0 || in NITFLoadAttributeSection()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3207 GUInt32 nASHOffset=0, /* nASHSize=0, */ nASSOffset=0, nASSSize=0, nNextOffset=0; in NITFLoadAttributeSection() local
3221 nASSOffset = psImage->pasLocations[i].nLocOffset; in NITFLoadAttributeSection()
3226 if( nASSOffset == 0 || nASHOffset == 0 ) in NITFLoadAttributeSection()
3259 if( psImage->pasLocations[i].nLocOffset > nASSOffset ) in NITFLoadAttributeSection()
3267 if (nNextOffset > 0 && nNextOffset - nASSOffset > nASSSize) in NITFLoadAttributeSection()
3268 nASSSize = nNextOffset - nASSOffset; in NITFLoadAttributeSection()
3295 if( VSIFSeekL( psImage->psFile->fp, nASSOffset, SEEK_SET ) != 0 || in NITFLoadAttributeSection()