Searched refs:cpc_strhash_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcpc/common/
H A Dsubr.c146 cpc_strhash_t *
149 cpc_strhash_t *p;
151 if ((p = malloc(sizeof (cpc_strhash_t))) == NULL)
162 __cpc_strhash_free(cpc_strhash_t *hash)
164 cpc_strhash_t *p = hash, *f;
183 __cpc_strhash_add(cpc_strhash_t *hash, char *key)
185 cpc_strhash_t *p, *tmp;
209 __cpc_strhash_next(cpc_strhash_t *hash)
211 cpc_strhash_t *p;
H A Dlibcpc_impl.h127 typedef struct __cpc_strhash cpc_strhash_t; typedef in typeref:struct:__cpc_strhash
135 extern cpc_strhash_t *__cpc_strhash_alloc(void);
136 extern void __cpc_strhash_free(cpc_strhash_t *hash);
137 extern int __cpc_strhash_add(cpc_strhash_t *hash, char *key);
138 extern char *__cpc_strhash_next(cpc_strhash_t *hash);
H A Dlibcpc.c880 cpc_strhash_t *hash;

Completed in 18 milliseconds