ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DWORD WINAPI | RpcThreadRoutine (LPVOID lpParameter) |
DWORD __stdcall | CRrReadCache (_In_ DNSRSLVR_HANDLE pwszServerName, _Out_ DNS_CACHE_ENTRY **ppCacheEntries) |
DWORD __stdcall | R_ResolverFlushCache (_In_ DNSRSLVR_HANDLE pszServerName) |
DWORD __stdcall | R_ResolverFlushCacheEntry (_In_ DNSRSLVR_HANDLE pszServerName, _In_ LPCWSTR pszName, _In_ WORD wType) |
DWORD __stdcall | R_ResolverQuery (_In_ DNSRSLVR_HANDLE pszServerName, _In_ LPCWSTR pszName, _In_ WORD wType, _In_ DWORD dwFlags, _Inout_ DWORD *dwRecords, _Out_ DNS_RECORDW **ppResultRecords) |
void __RPC_FAR *__RPC_USER | midl_user_allocate (SIZE_T len) |
void __RPC_USER | midl_user_free (void __RPC_FAR *ptr) |
void __RPC_USER | DNSRSLVR_RPC_HANDLE_rundown (DNSRSLVR_HANDLE hClientHandle) |
#define NDEBUG |
Definition at line 11 of file rpcserver.c.
DWORD __stdcall CRrReadCache | ( | _In_ DNSRSLVR_HANDLE | pwszServerName, |
_Out_ DNS_CACHE_ENTRY ** | ppCacheEntries | ||
) |
Definition at line 48 of file rpcserver.c.
Referenced by DnsGetCacheDataTable().
void __RPC_USER DNSRSLVR_RPC_HANDLE_rundown | ( | DNSRSLVR_HANDLE | hClientHandle | ) |
Definition at line 182 of file rpcserver.c.
void __RPC_FAR *__RPC_USER midl_user_allocate | ( | SIZE_T | len | ) |
Definition at line 172 of file rpcserver.c.
void __RPC_USER midl_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 177 of file rpcserver.c.
DWORD __stdcall R_ResolverFlushCache | ( | _In_ DNSRSLVR_HANDLE | pszServerName | ) |
Definition at line 62 of file rpcserver.c.
Referenced by DnsFlushResolverCache().
DWORD __stdcall R_ResolverFlushCacheEntry | ( | _In_ DNSRSLVR_HANDLE | pszServerName, |
_In_ LPCWSTR | pszName, | ||
_In_ WORD | wType | ||
) |
Definition at line 75 of file rpcserver.c.
Referenced by DnsFlushResolverCacheEntry_A(), DnsFlushResolverCacheEntry_UTF8(), and DnsFlushResolverCacheEntry_W().
DWORD __stdcall R_ResolverQuery | ( | _In_ DNSRSLVR_HANDLE | pszServerName, |
_In_ LPCWSTR | pszName, | ||
_In_ WORD | wType, | ||
_In_ DWORD | dwFlags, | ||
_Inout_ DWORD * | dwRecords, | ||
_Out_ DNS_RECORDW ** | ppResultRecords | ||
) |
Definition at line 93 of file rpcserver.c.
Referenced by DnsQuery_W().
Definition at line 16 of file rpcserver.c.