OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xpc_connection_t
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Analysis/Inputs/
system-header-simulator.h
75
typedef struct _xpc_connection_s *
xpc_connection_t
;
typedef in typeref:struct:_xpc_connection_s
77
void xpc_connection_set_context(
xpc_connection_t
connection, void *context);
78
void xpc_connection_set_finalizer_f(
xpc_connection_t
connection, xpc_finalizer_t finalizer);
79
void xpc_connection_resume(
xpc_connection_t
connection);
/external/lldb/source/Host/macosx/launcherXPCService/
main.mm
138
static void launcherXPC_peer_event_handler(
xpc_connection_t
peer, xpc_object_t event)
204
static void launcherXPC_event_handler(
xpc_connection_t
peer)
/external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m
[
all
...]
objcmt-arc-cf-annotations.m.result
[
all
...]
/external/clang/test/Analysis/
malloc.c
1251
void foo (
xpc_connection_t
peer) {
[
all
...]
retain-release.m
[
all
...]
/external/lldb/source/Host/macosx/
Host.mm
[
all
...]
Completed in 1029 milliseconds