Searched refs:ps_new (Results 1 – 1 of 1) sorted by relevance
146 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string() local170 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()175 if (sk_OPENSSL_CSTRING_push(slist, ps_new->s) <= 0) { in ossl_property_string()176 property_free(ps_new); in ossl_property_string()181 lh_PROPERTY_STRING_insert(t, ps_new); in ossl_property_string()190 property_free(ps_new); in ossl_property_string()195 ps = ps_new; in ossl_property_string()