|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <ntstatus.h>#include "wine/test.h"#include <windef.h>#include <winbase.h>#include <winnt.h>#include <winerror.h>#include <ole2.h>#include <oleauto.h>#include <ntsecapi.h>#include <initguid.h>#include <netfw.h>#include "rpc.h"#include "rpcdce.h"#include "secext.h"
Go to the source code of this file.
Classes | |
| struct | twr_t |
Macros | |
| #define | COBJMACROS |
| #define | WIN32_NO_STATUS |
Typedefs | |
| typedef unsigned int | unsigned32 |
| typedef struct twr_t | twr_t |
Enumerations | |
| enum | firewall_op { APP_ADD , APP_REMOVE , APP_ADD , APP_REMOVE , APP_ADD , APP_REMOVE } |
Variables | |
| static UUID | Uuid_Table [10] |
| static BOOL | Uuid_Comparison_Grid [11][11] |
| static RPC_DISPATCH_FUNCTION | IFoo_table [] |
| static RPC_DISPATCH_TABLE | IFoo_v0_0_DispatchTable |
| static const RPC_SERVER_INTERFACE | IFoo___RpcServerInterface |
| static RPC_IF_HANDLE | IFoo_v0_0_s_ifspec = (RPC_IF_HANDLE)& IFoo___RpcServerInterface |
| static const unsigned char | tower_data_tcp_ip1 [] |
| static const unsigned char | tower_data_tcp_ip2 [] |
| typedef unsigned int unsigned32 |
| Enumerator | |
|---|---|
| APP_ADD | |
| APP_REMOVE | |
| APP_ADD | |
| APP_REMOVE | |
| APP_ADD | |
| APP_REMOVE | |
Definition at line 1151 of file rpc.c.
Referenced by START_TEST().
Definition at line 1135 of file rpc.c.
Referenced by START_TEST().
|
static |
Definition at line 1190 of file rpc.c.
Referenced by START_TEST().
| START_TEST | ( | rpc | ) |
Definition at line 1255 of file rpc.c.
Definition at line 162 of file rpc.c.
Referenced by START_TEST().
Definition at line 1082 of file rpc.c.
Referenced by START_TEST().
Definition at line 431 of file rpc.c.
Referenced by START_TEST().
Definition at line 214 of file rpc.c.
Referenced by START_TEST().
Definition at line 852 of file rpc.c.
Referenced by START_TEST().
Definition at line 656 of file rpc.c.
Referenced by START_TEST().
Definition at line 881 of file rpc.c.
Referenced by START_TEST().
Definition at line 930 of file rpc.c.
Referenced by START_TEST().
Definition at line 976 of file rpc.c.
Referenced by START_TEST().
Definition at line 984 of file rpc.c.
Referenced by START_TEST().
Definition at line 703 of file rpc.c.
Referenced by START_TEST().
Definition at line 575 of file rpc.c.
Referenced by START_TEST().
Definition at line 343 of file rpc.c.
Referenced by START_TEST().
Definition at line 731 of file rpc.c.
Referenced by START_TEST().
Definition at line 787 of file rpc.c.
Referenced by START_TEST().
Definition at line 85 of file rpc.c.
Referenced by START_TEST().
Definition at line 116 of file rpc.c.
Referenced by START_TEST().
| RPC_STATUS WINAPI TowerConstruct | ( | const RPC_SYNTAX_IDENTIFIER * | object, |
| const RPC_SYNTAX_IDENTIFIER * | syntax, | ||
| const char * | protseq, | ||
| const char * | endpoint, | ||
| const char * | address, | ||
| twr_t ** | tower | ||
| ) |
Definition at line 595 of file rpc_epmap.c.
Referenced by test_towers().
| RPC_STATUS WINAPI TowerExplode | ( | const twr_t * | tower, |
| RPC_SYNTAX_IDENTIFIER * | object, | ||
| RPC_SYNTAX_IDENTIFIER * | syntax, | ||
| char ** | protseq, | ||
| char ** | endpoint, | ||
| char ** | address | ||
| ) |
Referenced by test_towers().
|
static |
|
static |
|
static |
|
static |
Definition at line 212 of file rpc.c.
Referenced by test_endpoint_mapper(), and test_rpc_ncacn_ip_tcp().
Definition at line 315 of file rpc.c.
Referenced by test_towers().
Definition at line 329 of file rpc.c.
Referenced by test_towers().
|
static |
|
static |
Definition at line 57 of file rpc.c.
Referenced by test_UuidEqual(), and test_UuidFromString().