Home
last modified time | relevance | path

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

/openssl-master/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 …]
/openssl-master/doc/man1/
A Dopenssl-storeutl.pod.in83 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
102 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
A Dopenssl-cmp.pod.in278 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
297 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
488 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
574 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
A Dopenssl-x509.pod.in391 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
A Dopenssl-req.pod.in261 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
A Dopenssl-ca.pod.in299 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.

Completed in 8 milliseconds