Searched refs:hashed_object_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | hash.h | 45 } hashed_object_t; typedef 48 typedef int (*hash_reference) (hashed_object_t **, hashed_object_t *, 50 typedef int (*hash_dereference) (hashed_object_t **, const char *, int); 56 hashed_object_t *value; 97 len, (hashed_object_t *)ptr, file, line); \ 110 return hash_lookup ((hashed_object_t **)ptr, \ 154 const void *, unsigned, hashed_object_t *, 158 int hash_lookup (hashed_object_t **, struct hash_table *,
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | hash.c | 405 hashed_object_t *pointer; 480 hashed_object_t **vp; in hash_lookup()
|