Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h360 #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 Dlhash.h.in362 #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 *), \