Home
last modified time | relevance | path

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

/openssl-master/crypto/property/
A Dproperty_string.c178 struct find_str_st *findstr = vfindstr; in find_str_fn() local
180 if (prop->idx == findstr->idx) in find_str_fn()
181 findstr->str = prop->s; in find_str_fn()
187 struct find_str_st findstr; in ossl_property_str() local
195 findstr.str = NULL; in ossl_property_str()
196 findstr.idx = idx; in ossl_property_str()
204 find_str_fn, &findstr); in ossl_property_str()
207 return findstr.str; in ossl_property_str()

Completed in 4 milliseconds