Searched refs:cbargtype (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | lhash.h | 360 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 364 void (*fn_conv)(cbargtype *, argtype *) = (void (*)(cbargtype *, argtype *))fn; \ 365 fn_conv((cbargtype *)node, (argtype *)arg); \ 369 void (*fn)(cbargtype *, argtype *), \
|
| H A D | lhash.h.in | 362 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 366 void (*fn_conv)(cbargtype *, argtype *) = (void (*)(cbargtype *, argtype *))fn; \ 367 fn_conv((cbargtype *)node, (argtype *)arg); \ 371 void (*fn)(cbargtype *, argtype *), \
|