Lines Matching refs:peer
1462 void foo (xpc_connection_t peer) {1464 xpc_connection_set_context(peer, ctx);1465 xpc_connection_set_finalizer_f(peer, finalize_connection_context);1466 xpc_connection_resume(peer);