ReactOS 0.4.16-dev-2-g02a6913
|
#include "precomp.h"
Go to the source code of this file.
Typedefs | |
typedef PVOID(WINAPI * | PDNS_ALLOC_FUNCTION) (IN SIZE_T Size) |
typedef VOID(WINAPI * | PDNS_FREE_FUNCTION) (IN PVOID Buffer) |
Functions | |
VOID WINAPI | Dns_Free (IN PVOID Address) |
PVOID WINAPI | Dns_AllocZero (IN SIZE_T Size) |
Variables | |
PDNS_ALLOC_FUNCTION | pDnsAllocFunction |
PDNS_FREE_FUNCTION | pDnsFreeFunction |
Definition at line 42 of file memory.c.
Referenced by Dns_CreateStringCopy_W(), DnsAddrArray_Create(), SaBlob_Create(), and SaBlob_CreateHostent().
Definition at line 25 of file memory.c.
Referenced by DnsAddrArray_Free(), and SaBlob_Free().
PDNS_ALLOC_FUNCTION pDnsAllocFunction |
Definition at line 18 of file memory.c.
Referenced by Dns_AllocZero().
PDNS_FREE_FUNCTION pDnsFreeFunction |
Definition at line 19 of file memory.c.
Referenced by Dns_Free().