Lines Matching +full:ipc +full:-
38 #include <krb5-types.h>
39 #include <asn1-common.h>
40 #include <heim-ipc.h>
74 heim_ipc ipc; in test_ipc() local
77 ret = heim_ipc_init_context(service, &ipc); in test_ipc()
84 ret = heim_ipc_call(ipc, &req, &rep, NULL); in test_ipc()
92 ret = heim_ipc_async(ipc, &req, s, reply); in test_ipc()
98 heim_ipc_free_context(ipc); in test_ipc()
121 test_ipc("MACH:org.h5l.test-ipc"); in main()
123 test_ipc("ANY:org.h5l.test-ipc"); in main()
124 test_ipc("UNIX:org.h5l.test-ipc"); in main()