Home
last modified time | relevance | path

Searched refs:entry_ (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/nscd/
H A Dhashtable.h146 #define HASHTABLE_PROTOTYPE(name, entry_, type) \ argument
148 void name##_ENTRY_STORE(struct entry_*, type *); \
149 type *name##_ENTRY_FIND(struct entry_*, type *); \
150 type *name##_ENTRY_FIND_SPECIAL(struct entry_ *, type *, \
152 void name##_ENTRY_REMOVE(struct entry_*, type *);
157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
164 void name##_ENTRY_STORE(struct entry_ *the_entry, type *data) \
177 type *name##_ENTRY_FIND(struct entry_ *the_entry, type *key) \
184 type *name##_ENTRY_FIND_SPECIAL(struct entry_ *the_entry, type *key, \
191 void name##_ENTRY_REMOVE(struct entry_ *the_entry, type *del_elm) \
/src/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c115 static const struct dispatch_table entry_##fun \