Searched refs:shand (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgclive.c111 rpc_binding_rep_p_t shand; /* -> to server binding handle */ member in struct:maint_elt_t
177 if (rpc__naf_addr_compare(maint->shand->rpc_addr, binding_r->rpc_addr, st))
185 chand->maint_binding = maint->shand;
207 (rpc_binding_handle_t *) &maint->shand, st);
208 chand->maint_binding = maint->shand;
223 rpc_binding_set_auth_info((rpc_binding_handle_t) maint->shand, NULL,
268 if (chand->maint_binding == maint->shand)
283 rpc_binding_free((rpc_binding_handle_t *)&maint->shand, st);
349 (*convc_v1_0_c_epv.convc_indy)((handle_t) ptr->shand,
H A Ddghnd.c182 h->shand = NULL;
327 rpc_dg_binding_server_p_t shand,
342 if (shand->chand != NULL)
343 return(shand->chand);
350 rpc__naf_addr_copy(shand->c.c.rpc_addr, &client_addr, st);
361 chand->shand = shand;
362 shand->chand = chand;
392 h->shand = NULL;
325 rpc__dg_binding_srvr_to_client( rpc_dg_binding_server_p_t shand, unsigned32 *st ) argument
H A Ddgslive.c445 rpc_dg_binding_server_p_t shand = (rpc_dg_binding_server_p_t) binding_r; local
446 rpc_dg_scall_p_t scall = shand->scall;
H A Ddgccall.c495 boolean doing_callback = (h->shand != NULL);
499 RPC_DG_CALL_LOCK_ASSERT(&h->shand->scall->c);
518 sp = ((rpc_dg_binding_server_p_t) (h->shand))->scall->c.sock_ref;
564 rpc_dg_scall_p_t scall = ((rpc_dg_binding_server_p_t) (h->shand))->scall;
725 boolean doing_callback = (h->shand != NULL);
729 RPC_DG_CALL_LOCK_ASSERT(&h->shand->scall->c);
1043 scall = ((rpc_dg_binding_server_p_t) (h->shand))->scall;
H A Ddg.h1959 struct rpc_dg_binding_server_t *shand; /* => to server handle if doing callback */ member in struct:rpc_dg_binding_client_t

Completed in 125 milliseconds