Lines Matching defs:name
23 # define OSSL_LIST_FOREACH_FROM(p, name, init) \ argument
27 # define OSSL_LIST_FOREACH(p, name, l) \ argument
30 # define OSSL_LIST_FOREACH_REV_FROM(p, name, init) \ argument
34 # define OSSL_LIST_FOREACH_REV(p, name, l) \ argument
37 # define OSSL_LIST_FOREACH_DELSAFE_FROM(p, pn, name, init) \ argument
41 #define OSSL_LIST_FOREACH_DELSAFE(p, pn, name, l) \ argument
44 # define OSSL_LIST_FOREACH_REV_DELSAFE_FROM(p, pn, name, init) \ argument
48 # define OSSL_LIST_FOREACH_REV_DELSAFE(p, pn, name, l) \ argument
52 # define OSSL_LIST(name) OSSL_LIST_ ## name argument
55 # define OSSL_LIST_MEMBER(name, type) \ argument
61 # define DECLARE_LIST_OF(name, type) \ argument
68 # define DEFINE_LIST_OF_IMPL(name, type) \ argument
199 # define DEFINE_LIST_OF(name, type) \ argument