/netbsd/lib/libc/rpc/ |
H A D | rpcb_prot.c | 133 int freeing; in xdr_rpcblist_ptr() local 140 freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcblist_ptr() 156 if (freeing && *rp) in xdr_rpcblist_ptr() 162 if (freeing) { in xdr_rpcblist_ptr() 224 int freeing; in xdr_rpcb_entry_list_ptr() local 231 freeing = (xdrs->x_op == XDR_FREE); in xdr_rpcb_entry_list_ptr() 247 if (freeing && *rp) in xdr_rpcb_entry_list_ptr() 254 if (freeing) { in xdr_rpcb_entry_list_ptr()
|
H A D | pmap_prot2.c | 110 int freeing; in __weak_alias() local 116 freeing = (xdrs->x_op == XDR_FREE); in __weak_alias() 129 if (freeing) in __weak_alias() 134 rp = (freeing) ? next : &((*rp)->pml_next); in __weak_alias()
|
/netbsd/sys/fs/union/ |
H A D | union_vfsops.c | 349 int freeing; in union_unmount() local 365 for (freeing = 0; (error = vflush(mp, NULL, 0)) != 0;) { in union_unmount() 376 if (n == freeing) in union_unmount() 380 freeing = n; in union_unmount()
|
/netbsd/sys/fs/unionfs/ |
H A D | unionfs_vfsops.c | 315 int freeing; in unionfs_unmount() local 327 for (freeing = 0; (error = vflush(mp, NULL, flags)) != 0;) { in unionfs_unmount() 340 if (n == freeing) in unionfs_unmount() 344 freeing = n; in unionfs_unmount()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/ |
H A D | provider_core.c | 226 unsigned int freeing:1; member 293 store->freeing = 1; in provider_store_free() 1174 int freeing; in provider_flush_store_cache() local 1181 freeing = store->freeing; in provider_flush_store_cache() 1184 if (!freeing) { in provider_flush_store_cache() 1206 int freeing; in provider_remove_store_methods() local 1213 freeing = store->freeing; in provider_remove_store_methods() 1216 if (!freeing) { in provider_remove_store_methods()
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_new.pod | 6 - BIO allocation and freeing functions 33 occurs freeing up an individual BIO in the chain.
|
H A D | X509_STORE_new.pod | 6 X509_STORE_unlock - X509_STORE allocation, freeing and locking functions
|
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 | ERR_get_error.pod | 58 returned by these functions) with OPENSSL_free() as freeing is handled
|
/netbsd/crypto/external/bsd/openssl/dist/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_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_HTTP_transfer.pod | 208 The caller is responsible for freeing the BIO pointer obtained. 222 The caller is responsible for freeing the BIO pointer obtained. 234 The caller is responsible for freeing the BIO pointer obtained. 261 The caller is responsible for freeing the BIO pointer obtained.
|
H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 69 with the caller, who is responsible for freeing it.
|
/netbsd/libexec/ld.elf_so/ |
H A D | TODO | 6 freeing DTV entries.
|
/netbsd/external/mpl/bind/dist/ |
H A D | OPTIONS | 11 -DISC_MEM_DEFAULTFILL=1 or freeing it; this impairs performance but
|
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | opncls.texi | 333 The returned filename is allocated with @code{malloc}; freeing 352 The returned filename is allocated with @code{malloc}; freeing 368 allocated with @code{malloc}; freeing them is the responsibility 443 filename. The caller is responsible for freeing this string. 465 filename. The caller is responsible for freeing this string. 575 filename. The caller is responsible for freeing this string.
|
/netbsd/external/gpl3/binutils/dist/bfd/doc/ |
H A D | opncls.texi | 323 The returned filename is allocated with @code{malloc}; freeing 342 The returned filename is allocated with @code{malloc}; freeing 358 allocated with @code{malloc}; freeing them is the responsibility 433 filename. The caller is responsible for freeing this string. 455 filename. The caller is responsible for freeing this string. 565 filename. The caller is responsible for freeing this string.
|
/netbsd/crypto/external/bsd/openssl/dist/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).
|