コード例 #1
0
ファイル: alfrsupp.c プロジェクト: HumbleRepose/dcerpc
void rpc_ss_init_allocate_once(
    void
)
{
    RPC_SS_THREADS_INIT;
    RPC_SS_THREADS_ONCE( &allocate_once, rpc_ss_init_allocate );
    rpc_ss_allocate_is_set_up = ndr_true;
}
コード例 #2
0
ファイル: alfrsupp.c プロジェクト: Brainiarc7/pbis
void rpc_ss_init_allocate_once(
    void
)
{
    RPC_SS_THREADS_INIT;
    RPC_SS_THREADS_ONCE( &allocate_once, rpc_ss_init_allocate );
#ifndef VMS
    rpc_ss_allocate_is_set_up = ndr_true;
#endif
}
コード例 #3
0
ファイル: ctxeectx.c プロジェクト: Brainiarc7/pbis
void rpc_ss_init_context_once(
    void
)
{
    RPC_SS_THREADS_INIT;
    RPC_SS_THREADS_ONCE( &context_once, rpc_ss_init_context );
#ifndef VMS
    rpc_ss_context_is_set_up = ndr_true;
#endif

}
コード例 #4
0
ファイル: ctxeectx.c プロジェクト: FarazShaikh/LikewiseSMB2
void rpc_ss_init_context_once(
#ifdef IDL_PROTOTYPES
    void
#endif
)
{
    RPC_SS_THREADS_INIT;
    RPC_SS_THREADS_ONCE( &context_once, rpc_ss_init_context );
#ifndef VMS
    rpc_ss_context_is_set_up = ndr_true;
#endif

}