MCPcopy Index your code
hub / github.com/MapServer/MapServer / msDBFReadStringAttribute

Function msDBFReadStringAttribute

mapxbase.c:622–625  ·  view source on GitHub ↗

/ msDBFReadStringAttribute() */ / Read a string attribute. */ /

Source from the content-addressed store, hash-verified

620/* Read a string attribute. */
621/************************************************************************/
622const char *msDBFReadStringAttribute( DBFHandle psDBF, int iRecord, int iField )
623{
624 return( msDBFReadAttribute( psDBF, iRecord, iField ) );
625}
626
627/************************************************************************/
628/* msDBFGetFieldCount() */

Callers 8

mainFunction · 0.85
msTiledSHPOpenFileFunction · 0.85
msTiledSHPWhichShapesFunction · 0.85
msTiledSHPNextShapeFunction · 0.85
msTiledSHPGetShapeFunction · 0.85
msDBFGetValuesFunction · 0.85
msDBFGetValueListFunction · 0.85
msDBFJoinNextFunction · 0.85

Calls 1

msDBFReadAttributeFunction · 0.85

Tested by

no test coverage detected