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

Function hashTableObj_nextKey

mapscript/php/mapscript_i.c:1562–1564  ·  view source on GitHub ↗

Return the next key or first key if previousKey == NULL

Source from the content-addressed store, hash-verified

1560
1561// Return the next key or first key if previousKey == NULL
1562char *hashTableObj_nextKey(hashTableObj *self, const char *previousKey) {
1563 return ((char *)msNextKeyFromHashTable(self, previousKey));
1564}
1565
1566resultObj *resultObj_new() {
1567 resultObj *r = (resultObj *) msSmallMalloc(sizeof(resultObj));

Callers 1

hashtable.cFile · 0.85

Calls 1

msNextKeyFromHashTableFunction · 0.85

Tested by

no test coverage detected