Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dserver.c127 mach_msg_type_number_t replyinCnt; in mach_complete_sync() local
134 replyinCnt = 0; in mach_complete_sync()
138 replyinCnt = reply->length; in mach_complete_sync()
139 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()
143 replyinCnt = 0; in mach_complete_sync()
150 replyin, replyinCnt, in mach_complete_sync()
164 mach_msg_type_number_t replyinCnt; in mach_complete_async() local
171 replyinCnt = 0; in mach_complete_async()
175 replyinCnt = reply->length; in mach_complete_async()
176 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()
[all …]
H A Dclient.c190 mach_msg_type_number_t replyinCnt, in mheim_ado_acall_reply() argument
205 response.length = replyinCnt; in mheim_ado_acall_reply()