Searched refs:findstr (Results 1 – 1 of 1) sorted by relevance
209 struct find_str_st *findstr = vfindstr; in find_str_fn() local211 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() local234 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