Home
last modified time | relevance | path

Searched refs:base_ (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/
H A Dbsearch.c17 const char *base_ = base; in ossl_bsearch() local
27 p = &(base_[i * size]); in ossl_bsearch()
39 while (i > 0 && (*cmp) (key, &(base_[(i - 1) * size])) == 0) in ossl_bsearch()
41 p = &(base_[i * size]); in ossl_bsearch()
/openssl/crypto/objects/
H A Dobj_dat.c663 const char *base_ = base; in OBJ_bsearch_ex_() local
667 p = &(base_[i * size]); in OBJ_bsearch_ex_()

Completed in 8 milliseconds