Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd/lib/libc/rpc/
H A Drpcb_prot.c133 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 Dpmap_prot2.c110 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 Dunion_vfsops.c349 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 Dunionfs_vfsops.c315 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 Dprovider_core.c226 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 DBIO_new.pod6 - BIO allocation and freeing functions
33 occurs freeing up an individual BIO in the chain.
H A DX509_STORE_new.pod6 X509_STORE_unlock - X509_STORE allocation, freeing and locking functions
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 DERR_get_error.pod58 returned by these functions) with OPENSSL_free() as freeing is handled
/netbsd/crypto/external/bsd/openssl/dist/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_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_HTTP_transfer.pod208 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 DOSSL_CRMF_MSG_get0_tmpl.pod69 with the caller, who is responsible for freeing it.
/netbsd/libexec/ld.elf_so/
H A DTODO6 freeing DTV entries.
/netbsd/external/mpl/bind/dist/
H A DOPTIONS11 -DISC_MEM_DEFAULTFILL=1 or freeing it; this impairs performance but
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dopncls.texi333 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 Dopncls.texi323 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 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).

12345678910>>...14