Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ParamHelper
comparison ParamBag.c @ 22:943e99459739
adding netbeans project directories to repository
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 14 Feb 2014 07:49:50 -0800 |
| parents | 740df4b46535 |
| children |
comparison
equal
deleted
inserted
replaced
| 8:37c0ed158089 | 9:bd87bb665bd2 |
|---|---|
| 11 */ | 11 */ |
| 12 #include <string.h> | 12 #include <string.h> |
| 13 #include <stdio.h> | 13 #include <stdio.h> |
| 14 #include <stdlib.h> | 14 #include <stdlib.h> |
| 15 | 15 |
| 16 #include "Param.h" | 16 #include <PR__include/prparam.h> |
| 17 #include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" | 17 #include <PR__include/prmalloc.h> |
| 18 | 18 |
| 19 void freeParamStruc( ParamStruc * param ); | 19 void freeParamStruc( ParamStruc * param ); |
| 20 void freeParamBagHashEntry( ParamBagHashEntry *entry ); | 20 void freeParamBagHashEntry( ParamBagHashEntry *entry ); |
| 21 ParamBagHashEntry * lookupKeyInHash( char *key, ParamBag * bag ); | 21 ParamBagHashEntry * lookupKeyInHash( char *key, ParamBag * bag ); |
| 22 unsigned int hashThisKey( char *s, int hashSz ); | 22 unsigned int hashThisKey( char *s, int hashSz ); |
