Searched refs:bufarg (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
| H A D | hash.h | 78 #define HASH_FUNCTIONS_DECL(name, bufarg, type, hashtype) \ argument 79 void name##_hash_add (hashtype *, bufarg, unsigned, type *, \ 81 void name##_hash_delete (hashtype *, bufarg, unsigned, \ 83 int name##_hash_lookup (type **, hashtype *, bufarg, unsigned, \ 91 #define HASH_FUNCTIONS(name, bufarg, type, hashtype, ref, deref, hasher) \ argument 93 bufarg buf, unsigned len, type *ptr, \ 100 void name##_hash_delete (hashtype *table, bufarg buf, unsigned len, \ 108 bufarg buf, unsigned len, const char *file, int line) \
|