Searched refs:OBJ_bsearch_ (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/include/openssl/ |
D | objects.h | 69 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/ |
D | obj_dat.c | 583 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() function
|
/third_party/openssl/util/ |
D | libcrypto.num | 2027 OBJ_bsearch_ 2009 1_1_0 EXIST::FUNCTION:
|