Searched refs:ps_new (Results 1 – 1 of 1) sorted by relevance
145 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string() local169 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()174 if (sk_OPENSSL_CSTRING_push(slist, ps_new->s) <= 0) { in ossl_property_string()175 property_free(ps_new); in ossl_property_string()180 lh_PROPERTY_STRING_insert(t, ps_new); in ossl_property_string()189 property_free(ps_new); in ossl_property_string()194 ps = ps_new; in ossl_property_string()
Completed in 4 milliseconds