Lines Matching refs:object
10 object or function can be used by multiple threads at the same time.
27 certificate object is added into an B<X509_STORE> trust store).
28 There is often an B<I<object>_up_ref>() function that can be used to increase
30 Failure to match B<I<object>_up_ref>() calls with the right number of
31 B<I<object>_free>() calls is a common source of memory leaks when a program
34 Many objects have set and get API's to set attributes in the object.
35 A C<set0> passes ownership from the caller to the object and a
37 remains with the object and a reference to it is returned.
39 updates the attribute's reference count so that the object is shared
40 between the caller and the object; the caller must free the returned
51 as long as the API's being invoked don't modify the object; in this
59 Another instance of thread-safety is when updates to an object's
64 mutate an object, such as setting elements of a private or public key,
65 while another thread is using that object, such as verifying a signature.
81 For example, an B<SSL_CTX> object created by L<SSL_CTX_new(3)> is used
84 not safe to modify the factory object after it has been used to create