ReactOS 0.4.16-dev-522-gb68104a
|
#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 883 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 750 of file dcatalog.c.
Referenced by WSCEnumProtocols(), and WsProcDelete().
Definition at line 779 of file dcatalog.c.
Definition at line 596 of file dcatalog.c.
Referenced by WsTcLoadProvider().
DWORD WSAAPI WsTcGetEntryFromAf | ( | IN PTCATALOG | Catalog, |
IN INT | AddressFamily, | ||
IN PTCATALOG_ENTRY * | CatalogEntry | ||
) |
Definition at line 403 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 455 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 501 of file dcatalog.c.
Referenced by WSASocketW().
DWORD WSAAPI WsTcInitializeFromRegistry | ( | IN PTCATALOG | Catalog, |
IN HKEY | ParentKey, | ||
IN HANDLE | CatalogEvent | ||
) |
Definition at line 227 of file dcatalog.c.
Definition at line 629 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 246 of file dcatalog.c.
Referenced by WsTcInitializeFromRegistry().
Definition at line 871 of file dcatalog.c.
Referenced by WsTcDelete().
Definition at line 688 of file dcatalog.c.
Referenced by WsTcRefreshFromRegistry().