Home
last modified time | relevance | path

Searched refs:freeing (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/sys/rpc/
H A Drpcb_prot.c117 int freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcblist_ptr() local
135 if (freeing && *rp) in xdr_rpcblist_ptr()
141 if (freeing) { in xdr_rpcblist_ptr()
201 int freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcb_entry_list_ptr() local
219 if (freeing) in xdr_rpcb_entry_list_ptr()
226 if (freeing && *rp) { in xdr_rpcb_entry_list_ptr()
/freebsd/lib/libc/rpc/
H A Dpmap_prot2.c96 int freeing; in xdr_pmaplist() local
102 freeing = (xdrs->x_op == XDR_FREE); in xdr_pmaplist()
115 if (freeing) in xdr_pmaplist()
120 rp = (freeing) ? next : &((*rp)->pml_next); in xdr_pmaplist()
H A Drpcb_prot.c104 int freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcblist_ptr() local
122 if (freeing && *rp) in xdr_rpcblist_ptr()
128 if (freeing) { in xdr_rpcblist_ptr()
187 int freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcb_entry_list_ptr() local
205 if (freeing && *rp) in xdr_rpcb_entry_list_ptr()
212 if (freeing) { in xdr_rpcb_entry_list_ptr()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c375 int freeing; in unionfs_unmount() local
387 for (freeing = 0; (error = vflush(mp, 1, flags, curthread)) != 0;) { in unionfs_unmount()
389 if (num == freeing) in unionfs_unmount()
391 freeing = num; in unionfs_unmount()
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c226 unsigned int freeing:1; member
293 store->freeing = 1; in provider_store_free()
1183 int freeing; in provider_flush_store_cache()
1190 freeing = store->freeing; in provider_flush_store_cache()
1193 if (!freeing) { in provider_flush_store_cache()
1215 int freeing; in provider_remove_store_methods()
1222 freeing = store->freeing; in provider_remove_store_methods()
1225 if (!freeing) { in provider_remove_store_methods()
1176 int freeing; provider_flush_store_cache() local
1208 int freeing; provider_remove_store_methods() local
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_new.pod6 - BIO allocation and freeing functions
39 occurs freeing up an individual BIO in the chain.
H A DX509_STORE_new.pod7 - X509_STORE allocation, freeing and locking functions
H A DSRP_create_verifier.pod54 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
64 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
H A DX509_REQ_get_extensions.pod23 The caller is responsible for freeing the list obtained.
H A DX509_STORE_get0_param.pod32 The caller is responsible for freeing the returned list.
H A DBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
H A DSSL_alloc_buffers.pod23 After freeing the buffers, the buffers are automatically reallocated upon a
H A DBUF_MEM_new.pod36 before freeing up in case the buffer contains sensitive data.
H A DOSSL_CRMF_MSG_get0_tmpl.pod69 with the caller, who is responsible for freeing it.
H A DOSSL_HTTP_transfer.pod213 The caller is responsible for freeing the BIO pointer obtained.
227 The caller is responsible for freeing the BIO pointer obtained.
239 The caller is responsible for freeing the BIO pointer obtained.
266 The caller is responsible for freeing the BIO pointer obtained.
H A DOCSP_REQUEST_new.pod45 application is responsible for freeing up B<cert> after use.
H A DEVP_PKEY_set1_encoded_public_key.pod50 returned by the function. The application is responsible for freeing the
H A DSSL_get_client_random.pod43 function, so the caller is responsible for freeing and cleaning any memory
/freebsd/usr.bin/indent/tests/
H A Dcomments.0.stdout33 * r309219 Go through linked list, freeing from the malloced (t[-1])
H A Dcomments.028 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_parsable.cfg32 typeset -a properties=("allocated" "capacity" "expandsize" "free" "freeing"
H A Dzpool_get.cfg57 "freeing"
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in351 * for data that caller is responsible for freeing (only if function returns
363 * responsible for freeing (by calling SCT_LIST_free).
378 * for data that caller is responsible for freeing (only if function returns
390 * responsible for freeing (by calling SCT_LIST_free).
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog78 * su.c (krb5_verify): try harder freeing. do not get upset on
/freebsd/bin/sh/
H A Dnodes.c.pat177 * Decrement the reference count of a function definition, freeing it

1234