Searched refs:OBJ_bsearch_ (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A 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/node/deps/openssl/openssl/include/openssl/ |
H A D | objects.h | 77 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, 87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 128 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 130 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 142 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 144 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 150 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
|
/third_party/openssl/include/openssl/ |
H A D | objects.h | 77 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, 87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 128 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 130 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 142 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 144 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 150 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 623 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() function
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 623 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() function
|
Completed in 4 milliseconds