Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dobjects.h69 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
122 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
134 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
136 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
142 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
/third_party/openssl/crypto/objects/
Dobj_dat.c583 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() function
/third_party/openssl/util/
Dlibcrypto.num2027 OBJ_bsearch_ 2009 1_1_0 EXIST::FUNCTION: