• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/dcerpc-58/dcerpc/ncklib/

Lines Matching refs:assoc

103 static void RPC_CN_ASSOC_ACB_INC_REF(rpc_cn_assoc_t *assoc)
105 (assoc)->assoc_acb_ref_count++;
107 ("(RPC_CN_ASSOC_ACB_INC_REF) assoc->%x new refcnt->%d\n",
108 assoc, assoc->assoc_acb_ref_count));
111 #define RPC_CN_ASSOC_ACB_INC_REF(assoc) (assoc)->assoc_acb_ref_count++;
119 static void RPC_CN_ASSOC_ACB_DEC_REF(rpc_cn_assoc_t *assoc)
121 (assoc)->assoc_acb_ref_count--;
123 ("(RPC_CN_ASSOC_ACB_DEC_REF) assoc->%x new refcnt->%d\n",
124 assoc, assoc->assoc_acb_ref_count));
127 #define RPC_CN_ASSOC_ACB_DEC_REF(assoc) (assoc)->assoc_acb_ref_count--;
154 #define RPC_CN_ASSOC_CALL(assoc) (assoc)->call_rep
160 #define RPC_CN_ASSOC_MAX_XMIT_FRAG(assoc) (assoc)->assoc_max_xmit_frag
166 #define RPC_CN_ASSOC_MAX_RECV_FRAG(assoc) (assoc)->assoc_max_recv_frag
172 #define RPC_CN_ASSOC_CONTEXT_ID(assoc) (assoc)->assoc_pres_context_id
178 #define RPC_CN_ASSOC_NDR_FORMAT(assoc) (assoc)->assoc_remote_ndr_format
184 #define RPC_CN_ASSOC_SECURITY(assoc) &(assoc)->security
190 #define RPC_CN_ASSOC_WAKEUP(assoc) rpc__cn_assoc_queue_dummy_frag(assoc);
196 #define RPC_CN_ASSOC_CANCEL_AND_WAKEUP(assoc)\
198 RPC_CALL_LOCK (((rpc_call_rep_t *) assoc->call_rep));\
199 rpc__cthread_cancel (((rpc_call_rep_t *) assoc->call_rep));\
200 rpc__cn_assoc_queue_dummy_frag(assoc);\
201 RPC_CALL_UNLOCK (((rpc_call_rep_t *) assoc->call_rep));\
234 rpc_cn_assoc_p_t /* assoc */,
242 rpc_cn_assoc_p_t /* assoc */,
251 rpc_cn_assoc_p_t /* assoc */,
259 rpc_cn_assoc_p_t /* assoc */,
267 rpc_cn_assoc_p_t /* assoc */,
276 rpc_cn_assoc_p_t /* assoc */,
285 rpc_cn_assoc_p_t /* assoc */ );
292 rpc_cn_assoc_p_t /* assoc */,
301 rpc_cn_assoc_p_t /* assoc */,
311 rpc_cn_assoc_p_t /* assoc */,
329 rpc_cn_assoc_p_t /* assoc */,
340 rpc_cn_assoc_p_t /* assoc */,
350 rpc_cn_assoc_p_t /* assoc */,
360 rpc_cn_assoc_p_t /* assoc */,
370 rpc_cn_assoc_p_t /* assoc */,
395 rpc_cn_assoc_p_t /* assoc */,
432 void rpc__cn_assoc_acb_create ( rpc_cn_assoc_p_t/* assoc */ );
438 void rpc__cn_assoc_acb_free ( rpc_cn_assoc_p_t /* assoc */ );
444 PRIVATE void rpc__cn_assoc_acb_dealloc (rpc_cn_assoc_p_t/* assoc */ );
470 rpc_cn_assoc_p_t /* assoc */ );
478 rpc_cn_assoc_p_t /* assoc */ );