Searched refs:nref (Results 1 – 2 of 2) sorted by relevance
331 NOTICEREF *nref; in notice_section() local334 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()338 not->noticeref = nref; in notice_section()340 nref = not->noticeref; in notice_section()342 nref->organization->type = V_ASN1_IA5STRING; in notice_section()344 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()345 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()351 NOTICEREF *nref; in notice_section() local355 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()359 not->noticeref = nref; in notice_section()[all …]
3465 int nref; in ossl_quic_attach_stream() local3488 if (!CRYPTO_GET_REF(&xso->obj.ssl.references, &nref)) { in ossl_quic_attach_stream()3494 if (nref != 1) { in ossl_quic_attach_stream()