Lines Matching +full:count +full:- +full:up
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH X509_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
68 \&\- X509 certificate ASN1 allocation and deallocation functions
88 count of \fB1\fR. Many X509 functions such as \fBX509_check_purpose()\fR, and
97 \&\fBX509_free()\fR decrements the reference count of \fBX509\fR structure \fBa\fR and
98 frees it up if the reference count is zero. If the argument is NULL,
101 \&\fBX509_up_ref()\fR increments the reference count of \fBa\fR.
103 \&\fBX509_chain_up_ref()\fR increases the reference count of all certificates in
112 used by several different operations each of which will free it up after
115 The function \fBX509_chain_up_ref()\fR doesn't just up the reference count of
155 Copyright 2002\-2024 The OpenSSL Project Authors. All Rights Reserved.