Home | History | Annotate | Download | only in Analysis

Lines Matching refs:peer

1251 void foo (xpc_connection_t peer) {
1253 xpc_connection_set_context(peer, ctx);
1254 xpc_connection_set_finalizer_f(peer, finalize_connection_context);
1255 xpc_connection_resume(peer);