/glibc-2.36/sunrpc/ |
D | auth_unix.c | 114 mem_free (auth, sizeof (*auth)); in authunix_create() 115 mem_free (au, sizeof (*au)); in authunix_create() 255 mem_free (au->au_shcred.oa_base, in authunix_validate() 323 mem_free (au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy() 326 mem_free (au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy() 328 mem_free (auth->ah_private, sizeof (struct audata)); in authunix_destroy() 331 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy() 333 mem_free ((caddr_t) auth, sizeof (*auth)); in authunix_destroy()
|
D | svc_udp.c | 162 mem_free (xprt, sizeof (SVCXPRT)); in svcudp_bufcreate() 163 mem_free (su, sizeof (*su)); in svcudp_bufcreate() 164 mem_free (buf, ((MAX (sendsz, recvsz) + 3) / 4) * 4); in svcudp_bufcreate() 394 mem_free (rpc_buffer (xprt), su->su_iosz); in svcudp_destroy() 395 mem_free ((caddr_t) su, sizeof (struct svcudp_data)); in svcudp_destroy() 396 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcudp_destroy() 495 mem_free (uc, sizeof (struct udp_cache)); in svcudp_enablecache() 502 mem_free (uc->uc_entries, size * SPARSENESS); in svcudp_enablecache() 503 mem_free (uc, sizeof (struct udp_cache)); in svcudp_enablecache() 557 mem_free (victim, sizeof (struct cache_node)); in libc_hidden_nolink_sunrpc()
|
D | svc_tcp.c | 190 mem_free (r, sizeof (*r)); in svctcp_create() 191 mem_free (xprt, sizeof (SVCXPRT)); in svctcp_create() 234 mem_free (xprt, sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc() 235 mem_free (cd, sizeof (struct tcp_conn)); in libc_hidden_nolink_sunrpc() 310 mem_free ((caddr_t) cd, sizeof (struct tcp_conn)); in svctcp_destroy() 311 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svctcp_destroy()
|
D | svc_unix.c | 187 mem_free (r, sizeof (*r)); in svcunix_create() 188 mem_free (xprt, sizeof (SVCXPRT)); in svcunix_create() 227 mem_free (xprt, sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc() 228 mem_free (cd, sizeof (struct unix_conn)); in libc_hidden_nolink_sunrpc() 306 mem_free ((caddr_t) cd, sizeof (struct unix_conn)); in svcunix_destroy() 307 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcunix_destroy()
|
D | clnt_tcp.c | 138 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create() 139 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 217 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create() 218 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 457 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_destroy() 458 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_destroy()
|
D | clnt_unix.c | 200 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_create() 201 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create() 431 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_destroy() 432 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_destroy()
|
D | xdr_rec.c | 154 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create() 155 mem_free (buf, sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create() 405 mem_free (rstrm->the_buffer, in xdrrec_destroy() 407 mem_free ((caddr_t) rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
|
D | clnt_udp.c | 206 mem_free ((caddr_t) cu, sizeof (*cu) + sendsz + recvsz); in __libc_clntudp_bufcreate() 208 mem_free ((caddr_t) cl, sizeof (CLIENT)); in __libc_clntudp_bufcreate() 655 mem_free ((caddr_t) cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz)); in clntudp_destroy() 656 mem_free ((caddr_t) cl, sizeof (CLIENT)); in clntudp_destroy()
|
D | xdr_ref.c | 91 mem_free (loc, size); in xdr_reference()
|
D | xdr_array.c | 127 mem_free (*addrp, c * elsize); in xdr_array()
|
D | xdr.c | 642 mem_free (sp, nodesize); in libc_hidden_def() 801 mem_free (sp, nodesize); in libc_hidden_nolink_sunrpc()
|
D | auth_des.c | 52 #define FREE(ptr, size) mem_free((char *)(ptr), (int) size)
|
D | svcauth_des.c | 363 mem_free (entry->rname, strlen (entry->rname) + 1); in _svcauth_des()
|
D | svc.c | 240 mem_free ((char *) s, (u_int) sizeof (struct svc_callout)); in libc_hidden_def()
|
/glibc-2.36/sunrpc/rpc/ |
D | types.h | 66 #define mem_free(ptr, bsize) free(ptr) macro
|
/glibc-2.36/manual/ |
D | users.texi | 2004 @c mem_free @ascuheap @acsmem
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 5047 * sunrpc/rpc/types.h (mem_free): Add comment.
|