Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dobjects.h77 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), \
/openssl/util/
H A Dmissingcrypto.txt633 OBJ_bsearch_(3)
H A Dmissingcrypto111.txt816 OBJ_bsearch_(3)
H A Dlibcrypto.num1962 OBJ_bsearch_ 2009 3_0_0 EXIST::FUNCTION:
/openssl/crypto/objects/
H A Dobj_dat.c690 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() function

Completed in 39 milliseconds