Searched refs:sk_OPENSSL_STRING_push (Results 1 – 3 of 3) sorted by relevance
109 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) in int_x509_param_set_hosts()
561 if(!emtmp || !sk_OPENSSL_STRING_push(*sk, emtmp)) { in append_ia5()
3890 #define sk_OPENSSL_STRING_push(sk, p) \ macro