ReactOS
0.4.15-dev-2103-g9dff498
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | WsTcLock() EnterCriticalSection(&Catalog->Lock) |
#define | WsTcUnlock() LeaveCriticalSection(&Catalog->Lock) |
#define NDEBUG |
Definition at line 13 of file dcatalog.c.
#define WsTcLock | ( | ) | EnterCriticalSection(&Catalog->Lock) |
Definition at line 18 of file dcatalog.c.
#define WsTcUnlock | ( | ) | LeaveCriticalSection(&Catalog->Lock) |
Definition at line 19 of file dcatalog.c.
Definition at line 25 of file dcatalog.c.
Referenced by OpenInitializedCatalog(), and WsProcInitialize().
Definition at line 862 of file dcatalog.c.
Referenced by WSCEnumProtocols(), and WsProcDelete().
VOID WSAAPI WsTcEnumerateCatalogItems | ( | IN PTCATALOG | Catalog, |
IN PTCATALOG_ENUMERATE_PROC | Callback, | ||
IN PVOID | Context | ||
) |
Definition at line 729 of file dcatalog.c.
Referenced by WSCEnumProtocols(), and WsProcDelete().
Definition at line 758 of file dcatalog.c.
Definition at line 575 of file dcatalog.c.
Referenced by WsTcLoadProvider().
DWORD WSAAPI WsTcGetEntryFromAf | ( | IN PTCATALOG | Catalog, |
IN INT | AddressFamily, | ||
IN PTCATALOG_ENTRY * | CatalogEntry | ||
) |
Definition at line 382 of file dcatalog.c.
Referenced by WSAAddressToStringA(), WSAAddressToStringW(), WSAStringToAddressA(), and WSAStringToAddressW().
DWORD WSAAPI WsTcGetEntryFromCatalogEntryId | ( | IN PTCATALOG | Catalog, |
IN DWORD | CatalogEntryId, | ||
IN PTCATALOG_ENTRY * | CatalogEntry | ||
) |
Definition at line 434 of file dcatalog.c.
Referenced by WPUModifyIFSHandle(), WPUQueryBlockingCallback(), WSAAddressToStringA(), WSAAddressToStringW(), WSASocketW(), WSAStringToAddressA(), and WSAStringToAddressW().
DWORD WSAAPI WsTcGetEntryFromTriplet | ( | IN PTCATALOG | Catalog, |
IN INT | af, | ||
IN INT | type, | ||
IN INT | protocol, | ||
IN DWORD | StartId, | ||
IN PTCATALOG_ENTRY * | CatalogEntry | ||
) |
Definition at line 480 of file dcatalog.c.
Referenced by WSASocketW().
DWORD WSAAPI WsTcInitializeFromRegistry | ( | IN PTCATALOG | Catalog, |
IN HKEY | ParentKey, | ||
IN HANDLE | CatalogEvent | ||
) |
Definition at line 206 of file dcatalog.c.
Definition at line 608 of file dcatalog.c.
Referenced by WsTcFindIfsProviderForSocket(), WsTcGetEntryFromAf(), WsTcGetEntryFromCatalogEntryId(), and WsTcGetEntryFromTriplet().
Definition at line 38 of file dcatalog.c.
Referenced by WsTcInitializeFromRegistry().
Definition at line 225 of file dcatalog.c.
Referenced by WsTcInitializeFromRegistry().
Definition at line 850 of file dcatalog.c.
Referenced by WsTcDelete().
Definition at line 667 of file dcatalog.c.
Referenced by WsTcRefreshFromRegistry().