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

Function msDBFWriteStringAttribute

mapxbase.c:807–810  ·  view source on GitHub ↗

/ msDBFWriteStringAttribute() */ / Write a string attribute. */ /

Source from the content-addressed store, hash-verified

805/* Write a string attribute. */
806/************************************************************************/
807int msDBFWriteStringAttribute( DBFHandle psDBF, int iRecord, int iField, const char * pszValue )
808{
809 return( msDBFWriteAttribute( psDBF, iRecord, iField, (void *) pszValue ) );
810}
811
812/*
813** Which column number in the .DBF file does the item correspond to

Callers 2

process_shapefilesFunction · 0.85
mainFunction · 0.85

Calls 1

msDBFWriteAttributeFunction · 0.85

Tested by

no test coverage detected