Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_string.c209 struct find_str_st *findstr = vfindstr; in find_str_fn() local
211 if (prop->idx == findstr->idx) in find_str_fn()
212 findstr->str = prop->s; in find_str_fn()
232 struct find_str_st findstr; in ossl_property_str() local
234 findstr.str = NULL; in ossl_property_str()
235 findstr.idx = idx; in ossl_property_str()
239 find_str_fn, &findstr); in ossl_property_str()
240 r = findstr.str; in ossl_property_str()

Completed in 5 milliseconds