Searched refs:nref (Results 1 – 2 of 2) sorted by relevance
330 NOTICEREF *nref; in notice_section() local333 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()337 not->noticeref = nref; in notice_section()339 nref = not->noticeref; in notice_section()341 nref->organization->type = V_ASN1_IA5STRING; in notice_section()343 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()350 NOTICEREF *nref; in notice_section() local354 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()358 not->noticeref = nref; in notice_section()360 nref = not->noticeref; in notice_section()[all …]
3143 int nref; in ossl_quic_attach_stream() local3166 if (!CRYPTO_GET_REF(&xso->ssl.references, &nref)) { in ossl_quic_attach_stream()3172 if (nref != 1) { in ossl_quic_attach_stream()
Completed in 15 milliseconds