• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/ncklib/

Lines Matching defs:ccall

107         rpc_dg_ccall_p_t * /*ccall*/,
126 rpc_dg_ccall_p_t *ccall,
134 *ccall = rpc__dg_ccallt_lookup(actuid, RPC_C_DG_NO_HINT);
137 * No ccall entry will exist if an old duplicate WAY callback request
138 * is received. If there is no ccall entry corresponding to the
144 if (*ccall == NULL)
155 if ((*ccall)->c.call_server_boot == 0)
157 (*ccall)->c.call_server_boot = boot_time;
171 if ((*ccall)->c.call_server_boot != boot_time)
174 RPC_DG_CCALL_RELEASE(ccall);
203 rpc_dg_ccall_p_t ccall;
207 if (! conv_common(actuid, boot_time, &ccall, st))
212 *seq = ccall->c.call_seq;
213 RPC_DG_CCALL_RELEASE(&ccall);
262 rpc_dg_ccall_p_t ccall;
266 if (! conv_common(actuid, boot_time, &ccall, st))
271 RPC_DG_CCALL_RELEASE(&ccall);
299 rpc_dg_ccall_p_t ccall;
305 if (! conv_common(actuid, boot_time, &ccall, st))
311 *seq = ccall->c.call_seq;
318 if (ccall->auth_way_info != NULL)
320 RPC_MEM_FREE(ccall->auth_way_info, RPC_C_MEM_DG_EPAC);
321 ccall->auth_way_info = NULL;
322 ccall->auth_way_info_len = 0;
329 epv = ccall->c.auth_epv;
336 RPC_DG_CALL_UNLOCK(&(ccall->c));
339 (*epv->way_handler) (ccall->c.key_info, in_data, in_len,
343 RPC_DG_CALL_LOCK(&(ccall->c));
358 ccall->auth_way_info = out_data;
359 ccall->auth_way_info_len = *out_len;
367 RPC_DG_CCALL_RELEASE(&ccall);
403 rpc_dg_ccall_p_t ccall;
408 if (! conv_common(actuid, boot_time, &ccall, st))
413 if ((unsigned32)(index + out_max_len) >= ccall->auth_way_info_len)
415 *out_len = ccall->auth_way_info_len - index;
424 memcpy(out_data, ccall->auth_way_info + index, *out_len);
425 RPC_DG_CCALL_RELEASE(&ccall);