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

Function msUnsetLimitedPatternToUse

maptime.c:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180void msUnsetLimitedPatternToUse()
181{
182 if (ms_limited_pattern && ms_num_limited_pattern > 0)
183 free(ms_limited_pattern);
184
185 ms_num_limited_pattern = 0;
186}
187
188void msSetLimitedPattersToUse(char *patternstring)
189{

Callers 1

msSetLimitedPattersToUseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected