Searched refs:protseqs (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_server.c | 68 static struct list protseqs = LIST_INIT(protseqs); variable 763 LIST_FOR_EACH_ENTRY(cps, &protseqs, RpcServerProtseq, entry) in RPCRT4_start_listen() 803 LIST_FOR_EACH_ENTRY(cps, &protseqs, RpcServerProtseq, entry) in RPCRT4_stop_listen() 876 LIST_FOR_EACH_ENTRY(ps, &protseqs, RpcServerProtseq, entry) { in RpcServerInqBindings() 889 LIST_FOR_EACH_ENTRY(ps, &protseqs, RpcServerProtseq, entry) { in RpcServerInqBindings() 967 list_add_head(&protseqs, &(*ps)->entry); in alloc_serverprotoseq() 994 LIST_FOR_EACH_ENTRY(cps, &protseqs, RpcServerProtseq, entry) in RPCRT4_get_or_create_serverprotseq() 1102 LIST_FOR_EACH_ENTRY_SAFE(cps, cursor2, &protseqs, RpcServerProtseq, entry) in RPCRT4_destroy_all_protseqs() 1526 if (list_empty(&protseqs)) in RpcServerListen() 1566 LIST_FOR_EACH_ENTRY(protseq, &protseqs, RpcServerProtseq, entry) in RpcMgmtWaitServerListen()
|
H A D | rpc_transport.c | 3904 TRACE("(%p)\n", protseqs); in RpcProtseqVectorFreeA() 3906 if (*protseqs) in RpcProtseqVectorFreeA() 3912 *protseqs = NULL; in RpcProtseqVectorFreeA() 3922 TRACE("(%p)\n", protseqs); in RpcProtseqVectorFreeW() 3924 if (*protseqs) in RpcProtseqVectorFreeW() 3930 *protseqs = NULL; in RpcProtseqVectorFreeW() 3944 TRACE("(%p)\n", protseqs); in RpcNetworkInqProtseqsW() 3947 if (!*protseqs) in RpcNetworkInqProtseqsW() 3949 pvector = *protseqs; in RpcNetworkInqProtseqsW() 3980 if (!*protseqs) in RpcNetworkInqProtseqsA() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | rpcdce.h | 572 RpcNetworkInqProtseqsA( RPC_PROTSEQ_VECTORA** protseqs ); 574 RpcNetworkInqProtseqsW( RPC_PROTSEQ_VECTORW** protseqs ); 578 RpcProtseqVectorFreeA( RPC_PROTSEQ_VECTORA** protseqs ); 580 RpcProtseqVectorFreeW( RPC_PROTSEQ_VECTORW** protseqs );
|