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

Lines Matching defs:st

177     unsigned32                  * /*st*/);
190 unsigned32 * /*st*/);
215 unsigned32 * /*st*/);
230 unsigned32 * /*st*/);
238 unsigned32 * /*st*/);
342 ** st The return status of this routine.
368 unsigned32 *st
400 CODING_ERROR (st);
433 st);
434 if (*st != rpc_s_ok)
443 st);
487 rpc__cn_assoc_alloc (assoc, st);
488 if (*st == rpc_s_ok)
506 st);
509 if (*st != rpc_s_ok)
517 ("CN: call_rep->%p assoc->%p desc->%p presentation negotiation failed st = %x\n",
521 *st));
636 st);
701 st);
702 if (*st != rpc_s_ok) {
744 st);
762 if (*st == rpc_s_ok)
775 rpc__cn_assoc_alloc (assoc, st);
776 if (*st == rpc_s_ok)
819 ("CN: call_rep->%p assoc->%p desc->%p presentation negotiation failed st = %x\n",
823 *st));
834 (*st == rpc_s_connection_closed) &&
859 if (!rpc__cn_network_connect_fail (*st))
870 } /* end else (*st != rpc_s_ok) */
875 *st = rpc_s_assoc_grp_max_exceeded;
920 st);
960 st);
1017 ** st The return status of this routine.
1037 unsigned32 *st
1046 CODING_ERROR (st);
1051 assoc = rpc__cn_assoc_acb_alloc (false, RPC_C_CN_ASSOC_SERVER, st);
1052 if (*st != rpc_s_ok)
1096 *st = rpc_s_ok;
1125 ** st The return status of this routine.
1142 unsigned32 *st
1147 CODING_ERROR(st);
1154 *st);
1183 ** st The return status of this routine.
1201 unsigned32 *st
1209 CODING_ERROR(st);
1211 *st = rpc_s_ok;
1226 *st);
1314 ** st The return status of this routine.
1331 unsigned32 *st
1347 *st);
1393 unsigned32 st;
1438 st);
1511 unsigned32 *st
1530 *st = rpc_s_ok;
1535 *st = rpc_s_assoc_grp_not_found;
1693 ** st The return status of this routine.
1713 unsigned32 *st
1722 CODING_ERROR(st);
1761 st);
1780 *st = rpc_s_call_orphaned;
1801 *st = assoc->assoc_status;
1832 ** st The return status of this routine.
1853 unsigned32 *st
1876 CODING_ERROR(st);
1880 *st = rpc_s_connection_closed;
1908 st);
1909 if (*st != rpc_s_ok)
1916 dce_error_inq_text(*st, error_text, &temp_status);
2039 rpc__cn_call_start_cancel_timer (assoc->call_rep, st);
2040 if (*st == rpc_s_ok)
2052 *st = rpc_s_call_cancelled;
2116 *st = rpc_s_connection_aborted;
2121 *st = rpc_s_connection_closed;
2155 *st = rpc_s_ok;
2197 ** st The return status of this routine.
2216 unsigned32 *st
2235 rpc__cn_assoc_send_frag (assoc, &iovector, sec, st);
2286 ** st The return status of this routine.
2305 unsigned32 *st
2314 CODING_ERROR (st);
2322 *st = RPC_S_HEADER_FULL;
2328 *st = rpc_s_ok;
2355 st);
2361 *st = RPC_S_CN_DBG_FAILURE;
2365 if (*st != rpc_s_ok)
2368 ("CN: call_rep->%p assoc->%p desc->%p presentation negotiation failed - abstract syntax not registered - st = %x\n",
2372 *st));
2407 &st))
2425 pres_context = rpc__cn_assoc_syntax_alloc (if_r, st);
2478 } /* end else (st != rpc_s_unkwown_if) */
2481 *st = rpc_s_ok;
2511 ** st The return status of this routine.
2531 unsigned32 *st
2536 CODING_ERROR(st);
2556 *st = rpc_s_ok;
2567 *st = rpc_s_context_id_not_found;
2597 ** st The return status of this routine.
2617 unsigned32 *st
2622 CODING_ERROR(st);
2642 *st = rpc_s_ok;
2653 *st = rpc_s_call_id_not_found;
2682 ** st The return status of this routine.
2702 unsigned32 *st
2708 CODING_ERROR(st);
2730 *st = rpc_s_ok;
2742 *st = rpc_s_key_id_not_found;
2770 ** st The return status of this routine.
2790 unsigned32 *st
2796 CODING_ERROR(st);
2818 *st = rpc_s_ok;
2830 *st = rpc_s_call_id_not_found;
2855 ** st The error encountered.
2875 unsigned32 st
2883 ("(rpc__cn_assoc_post_error) st->%08x cn_state->%d cur_state->%d\n",
2884 st, assoc->cn_ctlblk.cn_state, assoc->assoc_state.cur_state));
2894 if (st != rpc_s_connection_closed) {
2912 st);
2923 assoc->assoc_status = st;
3027 ** st The local status code.
3048 unsigned32 st
3051 switch ((int)st)
3236 ** st The return status of this routine.
3263 unsigned32 *st
3272 CODING_ERROR (st);
3284 pres_context = rpc__cn_assoc_syntax_alloc (if_r, st);
3285 if (*st != rpc_s_ok)
3303 sec_context = rpc__cn_assoc_sec_alloc (auth_info, st);
3305 if (*st != rpc_s_ok)
3338 rpc__naf_addr_copy(rpc_addr, &rpc_addr1, st);
3340 if ( *st != rpc_s_ok )
3368 *st);
3379 __func__, assoc->assoc_status, *st));
3381 *st = assoc->assoc_status;
3382 if (*st != rpc_s_ok)
3402 rpc__cn_assoc_receive_frag (assoc, &fragbuf, st);
3403 if (*st != rpc_s_ok)
3414 *st = pres_context->syntax_status;
3419 *st = sec_context->sec_status;
3427 *st);
3448 *st = rpc_s_ok;
3485 ** st The return status of this routine.
3507 unsigned32 *st
3520 CODING_ERROR (st);
3557 *st = pres_context->syntax_status;
3604 sec_cred_changed = RPC_CN_AUTH_CRED_CHANGED (sec_context, st);
3639 pres_context = rpc__cn_assoc_syntax_alloc (if_r, st);
3640 if (*st != rpc_s_ok)
3679 sec_context = rpc__cn_assoc_sec_alloc (info, st);
3680 if (*st != rpc_s_ok)
3724 *st);
3725 *st = assoc->assoc_status;
3726 if (*st != rpc_s_ok)
3760 rpc__cn_assoc_receive_frag (assoc, &fragbuf, st);
3761 if (*st != rpc_s_ok)
3771 *st = pres_context->syntax_status;
3776 *st = sec_context->sec_status;
3790 *st = rpc_s_ok;
3815 ** st The return status of this routine.
3832 unsigned32 *st
3841 *st = RPC_S_CN_DBG_FAILURE;
3850 RPC_CN_AUTH_GET_PROT_INFO (info, &cn_info, st);
3851 if (*st != rpc_s_ok)
3858 dce_error_inq_text(*st, error_text, &temp_status);
3883 *st = rpc_s_no_memory;
3990 ** st The return status of this routine.
4007 unsigned32 *st
4016 *st = rpc_s_no_memory;
4025 *st = rpc_s_ok;
4177 unsigned32 st;
4265 st);
4284 rpc__cn_assoc_abort (assoc, &st);
4340 ** st The return status of this routine.
4360 unsigned32 *st
4366 CODING_ERROR(st);
4379 *st = rpc_s_no_memory;
4416 *st = rpc_s_ok;
4579 error_status_t st;
4582 rpc__naf_addr_free (&assoc->cn_ctlblk.rpc_addr, &st);
4788 error_status_t st;
4791 rpc__naf_addr_free (&ccb->rpc_addr, &st);
4878 ** st The return status of this routine.
4895 unsigned32 *st
4905 CODING_ERROR (st);
4923 *st = rpc_s_no_memory;
4977 *st = rpc_s_ok;
5009 ** st The return status of this routine.
5029 unsigned32 *st
5038 CODING_ERROR (st);
5043 *st = RPC_S_CN_DBG_FAILURE;
5076 grp_id = rpc__cn_assoc_grp_create (st);
5094 rpc__naf_addr_copy (rpc_addr, &assoc_grp->grp_address, st);
5097 if (*st != rpc_s_ok)
5161 *st = assoc_grp->grp_status;
5208 unsigned32 st;
5222 rpc__naf_addr_free (&assoc_grp->grp_address, &st);
5235 rpc__naf_addr_free (&assoc_grp->grp_secaddr, &st);
5359 ** st The return status of this routine.
5447 ** st The return status of this routine.
5469 unsigned32 *st
5479 CODING_ERROR (st);
5513 st);
5528 *st = rpc_s_ok;
5536 *st = rpc_s_ok;
5546 *st = rpc_s_assoc_grp_not_found;
5580 ** st The return status of this routine.
5602 unsigned32 *st
5611 CODING_ERROR (st);
5648 st);
5651 *st = rpc_s_ok;
5662 *st = rpc_s_assoc_grp_not_found;
5693 ** st The return status of this routine.
5715 unsigned32 *st
5723 CODING_ERROR (st);
5729 *st = rpc_s_assoc_grp_not_found;
5761 *st = rpc_s_ok;
5770 *st = rpc_s_ok;
5777 *st = rpc_s_assoc_grp_not_found;
5815 unsigned32 st;
5873 (void) rpc__cn_assoc_grp_create (&st);