Searched refs:ps_new (Results 1 – 1 of 1) sorted by relevance
142 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string() local157 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()158 lh_PROPERTY_STRING_insert(t, ps_new); in ossl_property_string()160 property_free(ps_new); in ossl_property_string()164 ps = ps_new; in ossl_property_string()