Home
last modified time | relevance | path

Searched refs:in_reply_pipe (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_server.c205 ccs_pipe_t in_reply_pipe, in ccs_server_request_demux() argument
215 if (!ccs_pipe_valid (in_reply_pipe)) { err = cci_check_error (ccErrBadParam); } in ccs_server_request_demux()
228 in_reply_pipe, in ccs_server_request_demux()
246 in_reply_pipe, in ccs_server_request_demux()
312 ccs_pipe_t in_reply_pipe, in ccs_server_handle_request() argument
322 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_server_handle_request()
351 in_reply_pipe, in ccs_server_handle_request()
363 err = ccs_server_send_reply (in_reply_pipe, server_err, reply_data); in ccs_server_handle_request()
375 cc_int32 ccs_server_send_reply (ccs_pipe_t in_reply_pipe, in ccs_server_send_reply() argument
382 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_server_send_reply()
[all …]
H A Dccs_callback.c44 ccs_pipe_t in_reply_pipe, in ccs_callback_new() argument
54 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_callback_new()
76 err = ccs_pipe_copy (&callback->reply_pipe, in_reply_pipe); in ccs_callback_new()
81 callback->reply_pipe = in_reply_pipe; in ccs_callback_new()
H A Dccs_lock_state.c99 ccs_pipe_t in_reply_pipe, in ccs_lock_status_add_pending_lock() argument
108 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_status_add_pending_lock()
113 in_client_pipe, in_reply_pipe, in ccs_lock_status_add_pending_lock()
378 ccs_pipe_t in_reply_pipe, in ccs_lock_state_add() argument
388 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_state_add()
426 in_reply_pipe, in ccs_lock_state_add()
H A Dccs_server.h44 ccs_pipe_t in_reply_pipe,
47 cc_int32 ccs_server_send_reply (ccs_pipe_t in_reply_pipe,
H A Dccs_lock.c45 ccs_pipe_t in_reply_pipe, in ccs_lock_new() argument
53 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_new()
79 in_reply_pipe, in ccs_lock_new()
H A Dccs_cache_collection.c612 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_wait_for_change() argument
623 if (!ccs_pipe_valid (in_reply_pipe )) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_wait_for_change()
642 in_reply_pipe, in ccs_cache_collection_wait_for_change()
949 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_lock() argument
975 in_client_pipe, in_reply_pipe, in ccs_cache_collection_lock()
1011 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_handle_message() argument
1023 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_handle_message()
1046 err = ccs_cache_collection_wait_for_change (in_client_pipe, in_reply_pipe, in ccs_cache_collection_handle_message()
1082 err = ccs_cache_collection_lock (in_client_pipe, in_reply_pipe, in ccs_cache_collection_handle_message()
H A Dccs_ccache.c781 ccs_pipe_t in_reply_pipe, in ccs_ccache_lock() argument
809 in_client_pipe, in_reply_pipe, in ccs_ccache_lock()
888 ccs_pipe_t in_reply_pipe, in ccs_ccache_wait_for_change() argument
900 if (!ccs_pipe_valid (in_reply_pipe )) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_wait_for_change()
921 in_reply_pipe, in ccs_ccache_wait_for_change()
1061 ccs_pipe_t in_reply_pipe, in ccs_ccache_handle_message() argument
1074 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_handle_message()
1129 err = ccs_ccache_lock (in_client_pipe, in_reply_pipe, in ccs_ccache_handle_message()
1148 err = ccs_ccache_wait_for_change (in_client_pipe, in_reply_pipe, in ccs_ccache_handle_message()
H A Dccs_os_server.h37 cc_int32 ccs_os_server_send_reply (ccs_pipe_t in_reply_pipe,
H A Dccs_lock_state.h40 ccs_pipe_t in_reply_pipe,
H A Dccs_callback.h40 ccs_pipe_t in_reply_pipe,
H A Dccs_lock.h35 ccs_pipe_t in_reply_pipe,
H A Dccs_cache_collection.h65 ccs_pipe_t in_reply_pipe,
H A Dccs_ccache.h74 ccs_pipe_t in_reply_pipe,