Home
last modified time | relevance | path

Searched refs:protseq (Results 1 – 12 of 12) sorted by relevance

/reactos/base/services/rpcss/
H A Depmp.c34 char *protseq; member
56 I_RpcFree(entry->protseq); in delete_registered_ept_entry()
65 const char *protseq, const char *endpoint, const char *address, in find_ept_entry() argument
73 if (strcmp(entry->protseq, protseq)) continue; in find_ept_entry()
118 &entry->protseq, &entry->endpoint, in ept_insert()
160 char *protseq; in ept_delete() local
169 I_RpcFree(protseq); in ept_delete()
212 char *protseq; in ept_map() local
221 rpc_status = TowerExplode(map_tower, &iface, &syntax, &protseq, in ept_map()
237 !strcmp(entry->protseq, protseq) && in ept_map()
[all …]
/reactos/dll/win32/rpcrt4/
H A Drpc_server.h52 void (*signal_state_changed)(RpcServerProtseq *protseq);
54 void *(*get_wait_array)(RpcServerProtseq *protseq, void *prev_array, unsigned int *count);
55 void (*free_wait_array)(RpcServerProtseq *protseq, void *array);
58 int (*wait_for_new_connection)(RpcServerProtseq *protseq, unsigned int count, void *wait_array);
60 RPC_STATUS (*open_endpoint)(RpcServerProtseq *protseq, const char *endpoint);
81 const struct protseq_ops *rpcrt4_get_protseq_ops(const char *protseq) DECLSPEC_HIDDEN;
H A Drpc_transport.c492 EnterCriticalSection(&protseq->cs); in rpcrt4_protseq_ncalrpc_open_endpoint()
494 Connection->protseq = protseq; in rpcrt4_protseq_ncalrpc_open_endpoint()
495 LeaveCriticalSection(&protseq->cs); in rpcrt4_protseq_ncalrpc_open_endpoint()
599 EnterCriticalSection(&protseq->cs); in rpcrt4_protseq_ncacn_np_open_endpoint()
601 Connection->protseq = protseq; in rpcrt4_protseq_ncacn_np_open_endpoint()
602 LeaveCriticalSection(&protseq->cs); in rpcrt4_protseq_ncacn_np_open_endpoint()
974 EnterCriticalSection(&protseq->cs); in rpcrt4_protseq_np_get_wait_array()
1671 tcpc->common.protseq = protseq; in rpcrt4_protseq_ncacn_ip_tcp_open_endpoint()
3684 if (old_connection->protseq) in rpcrt4_spawn_connection()
3687 connection->protseq = old_connection->protseq; in rpcrt4_spawn_connection()
[all …]
H A Drpc_epmap.c68 const char *protseq; member
132 const char *protseq = bind->Protseq; in is_epm_destination_local() local
135 return (!strcmp(protseq, "ncalrpc") || in is_epm_destination_local()
136 (!strcmp(protseq, "ncacn_np") && in is_epm_destination_local()
152 if (!strcmp(bind->Protseq, epm_endpoints[i].protseq)) in get_epm_handle_client()
526 char **protseq, char **endpoint, char **address) in TowerExplode() argument
535 TRACE("(%p, %p, %p, %p, %p, %p)\n", tower, object, syntax, protseq, in TowerExplode()
538 if (protseq) in TowerExplode()
539 *protseq = NULL; in TowerExplode()
598 const char *protseq, const char *endpoint, const char *address, in TowerConstruct() argument
[all …]
H A Drpc_binding.h95 struct _RpcServerProtseq *protseq; member
169 RPC_STATUS RPCRT4_IsServerListening(const char *protseq, const char *endpoint) DECLSPEC_HIDDEN;
261 …GetTopOfTower(unsigned char *tower_data, size_t *tower_size, const char *protseq, const char *netw…
262 …rseTopOfTower(const unsigned char *tower_data, size_t tower_size, char **protseq, char **networkad…
H A Drpc_server.c817 static BOOL RPCRT4_protseq_is_endpoint_registered(RpcServerProtseq *protseq, const char *endpoint) in RPCRT4_protseq_is_endpoint_registered() argument
821 EnterCriticalSection(&protseq->cs); in RPCRT4_protseq_is_endpoint_registered()
822 LIST_FOR_EACH_ENTRY(conn, &protseq->listeners, RpcConnection, protseq_entry) { in RPCRT4_protseq_is_endpoint_registered()
828 LeaveCriticalSection(&protseq->cs); in RPCRT4_protseq_is_endpoint_registered()
1541 RpcServerProtseq *protseq; in RpcMgmtWaitServerListen() local
1566 LIST_FOR_EACH_ENTRY(protseq, &protseqs, RpcServerProtseq, entry) in RpcMgmtWaitServerListen()
1568 if ((wait_thread = protseq->server_thread)) in RpcMgmtWaitServerListen()
1570 protseq->server_thread = NULL; in RpcMgmtWaitServerListen()
H A Drpcrt4_ros.diff164 /* protseq=ncacn_np: named pipes */
191 EnterCriticalSection(&protseq->cs);
/reactos/modules/rostests/winetests/rpcrt4/
H A Drpc.c346 char *protseq, *endpoint, *address; in test_towers() local
388 … ok(!strcmp(protseq, "ncacn_ip_tcp"), "protseq was \"%s\" instead of \"ncacn_ip_tcp\"\n", protseq); in test_towers()
392 I_RpcFree(protseq); in test_towers()
580 unsigned char *protseq; in test_RpcStringBindingParseA() local
589 …ok(!strcmp((char *)protseq, "ncacn_np"), "protseq should have been ncacn_np instead of %s\n", prot… in test_RpcStringBindingParseA()
597 RpcStringFreeA(&protseq); in test_RpcStringBindingParseA()
614 RpcStringFreeA(&protseq); in test_RpcStringBindingParseA()
623 RpcStringFreeA(&protseq); in test_RpcStringBindingParseA()
628 ok(protseq == NULL, "protseq was %p instead of NULL\n", protseq); in test_RpcStringBindingParseA()
633 RpcStringFreeA(&protseq); in test_RpcStringBindingParseA()
[all …]
H A Dserver.c138 static void (__cdecl *authinfo_test)(unsigned int protseq, int secure);
961 unsigned char* protseq = NULL; in s_context_handle_test() local
970 …status = RpcStringBindingParseA(string_binding, &object_uuid, &protseq, &network_address, &endpoin… in s_context_handle_test()
972 ok(protseq != NULL && *protseq != '\0', "protseq is %s\n", protseq); in s_context_handle_test()
984 RpcStringFreeA(&protseq); in s_context_handle_test()
1771 void __cdecl s_authinfo_test(unsigned int protseq, int secure) in s_authinfo_test() argument
1786 if (secure || protseq == RPC_PROTSEQ_LRPC) in s_authinfo_test()
1797 if (protseq != RPC_PROTSEQ_LRPC) in s_authinfo_test()
1802 if (protseq == RPC_PROTSEQ_LRPC && principal) in s_authinfo_test()
H A Dserver.idl437 void authinfo_test(unsigned int protseq, int secure);
/reactos/sdk/include/reactos/wine/
H A Depm.idl26 cpp_quote(" char **protseq, char **endpoint, char **address);")
29 cpp_quote(" const char *protseq, const char *endpoint, const char *address,")
/reactos/sdk/include/psdk/
H A Drpcdce.h566 RpcNetworkIsProtseqValidA( RPC_CSTR protseq );
568 RpcNetworkIsProtseqValidW( RPC_WSTR protseq );