Home
last modified time | relevance | path

Searched refs:replyinCnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c124 mach_msg_type_number_t replyinCnt; in mach_complete_sync() local
131 replyinCnt = 0; in mach_complete_sync()
135 replyinCnt = reply->length; in mach_complete_sync()
136 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()
140 replyinCnt = 0; in mach_complete_sync()
147 replyin, replyinCnt, in mach_complete_sync()
161 mach_msg_type_number_t replyinCnt; in mach_complete_async() local
168 replyinCnt = 0; in mach_complete_async()
172 replyinCnt = reply->length; in mach_complete_async()
173 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()
[all …]
H A Dclient.c188 mach_msg_type_number_t replyinCnt, in mheim_ado_acall_reply() argument
203 response.length = replyinCnt; in mheim_ado_acall_reply()