/freebsd/sys/rpc/ |
H A D | rpcb_prot.c | 117 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 D | pmap_prot2.c | 96 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 D | rpcb_prot.c | 104 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 D | union_vfsops.c | 375 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 D | provider_core.c | 226 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 D | BIO_new.pod | 6 - BIO allocation and freeing functions 39 occurs freeing up an individual BIO in the chain.
|
H A D | X509_STORE_new.pod | 7 - X509_STORE allocation, freeing and locking functions
|
H A D | SRP_create_verifier.pod | 54 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 D | X509_REQ_get_extensions.pod | 23 The caller is responsible for freeing the list obtained.
|
H A D | X509_STORE_get0_param.pod | 32 The caller is responsible for freeing the returned list.
|
H A D | BN_CTX_start.pod | 22 freeing B<BIGNUM>s in functions that are called from inside a loop.
|
H A D | SSL_alloc_buffers.pod | 23 After freeing the buffers, the buffers are automatically reallocated upon a
|
H A D | BUF_MEM_new.pod | 36 before freeing up in case the buffer contains sensitive data.
|
H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 69 with the caller, who is responsible for freeing it.
|
H A D | OSSL_HTTP_transfer.pod | 213 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 D | OCSP_REQUEST_new.pod | 45 application is responsible for freeing up B<cert> after use.
|
H A D | EVP_PKEY_set1_encoded_public_key.pod | 50 returned by the function. The application is responsible for freeing the
|
H A D | SSL_get_client_random.pod | 43 function, so the caller is responsible for freeing and cleaning any memory
|
/freebsd/usr.bin/indent/tests/ |
H A D | comments.0.stdout | 33 * r309219 Go through linked list, freeing from the malloced (t[-1])
|
H A D | comments.0 | 28 /* 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 D | zpool_get_parsable.cfg | 32 typeset -a properties=("allocated" "capacity" "expandsize" "free" "freeing"
|
H A D | zpool_get.cfg | 57 "freeing"
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h.in | 351 * 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 D | ChangeLog | 78 * su.c (krb5_verify): try harder freeing. do not get upset on
|
/freebsd/bin/sh/ |
H A D | nodes.c.pat | 177 * Decrement the reference count of a function definition, freeing it
|