Home
last modified time | relevance | path

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

/include/openssl/
A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
86 static int nm##_cmp(type1 const *, type2 const *); \
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
124 type1 const *a = a_; \
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
138 type1 const *a = a_; \
[all …]

Completed in 3 milliseconds