HomeSort by: relevance | last modified time | path
    Searched defs:replyoutCnt (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
client.c 192 mach_msg_type_number_t replyoutCnt)
200 } else if (replyoutCnt) {
202 response.length = replyoutCnt;
210 if (replyoutCnt)
211 vm_deallocate (mach_task_self (), (vm_address_t) replyout, replyoutCnt);
server.c 129 mach_msg_type_number_t replyoutCnt;
135 replyout = 0; replyoutCnt = 0;
140 replyout = 0; replyoutCnt = 0;
146 (vm_address_t *)&replyout, &replyoutCnt);
151 replyout, replyoutCnt);
166 mach_msg_type_number_t replyoutCnt;
172 replyout = 0; replyoutCnt = 0;
177 replyout = 0; replyoutCnt = 0;
183 (vm_address_t *)&replyout, &replyoutCnt);
188 replyout, replyoutCnt);
    [all...]

Completed in 15 milliseconds