Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
comparison PrivateHash.c @ 31:1d42a512f482
Renamed VMS to PR, in new branch
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 08 Mar 2013 05:44:24 -0800 |
| parents | 18ec64d06e35 |
| children | 049a8d8917c5 |
comparison
equal
deleted
inserted
replaced
| 17:12857f5ae1e2 | 18:f7dd8d2bf886 |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright 2009 OpenSourceStewardshipFoundation.org | 2 * Copyright 2009 OpenSourceResearchInstitute.org |
| 3 * Licensed under GNU General Public License version 2 | 3 * Licensed under GNU General Public License version 2 |
| 4 * | 4 * |
| 5 * | 5 * |
| 6 * Author: seanhalle@yahoo.com | 6 * Author: seanhalle@yahoo.com |
| 7 */ | 7 */ |
| 233 hashEntry = *addrOfPrevPtr; | 233 hashEntry = *addrOfPrevPtr; |
| 234 } | 234 } |
| 235 return FALSE; | 235 return FALSE; |
| 236 } | 236 } |
| 237 | 237 |
| 238 /*Frees hash table struct, all entry strucs, and even the contents of each | |
| 239 * entry. | |
| 240 */ | |
| 238 void | 241 void |
| 239 freeHashTable( HashTable *table ) | 242 freeHashTable( HashTable *table ) |
| 240 { int i; | 243 { int i; |
| 241 HashEntry *hashEntry, *temp, **entries; | 244 HashEntry *hashEntry, *temp, **entries; |
| 242 | 245 |
