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