OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connectionCtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
25961
KeepAliveTestConnectionContext *
connectionCtx
; // Weak pointer to connection's context.
26146
check( !inTest->
connectionCtx
);
26258
check( !inTest->
connectionCtx
);
26259
inTest->
connectionCtx
= cnxCtx;
26525
check( inTest->
connectionCtx
);
26526
inTest->
connectionCtx
->test = NULL; // Unset the connection's back pointer to test.
26527
inTest->
connectionCtx
= NULL; // Context will be freed by the connection's handler.
[
all
...]
dnssdutil.c
25961
KeepAliveTestConnectionContext *
connectionCtx
; // Weak pointer to connection's context.
26146
check( !inTest->
connectionCtx
);
26258
check( !inTest->
connectionCtx
);
26259
inTest->
connectionCtx
= cnxCtx;
26525
check( inTest->
connectionCtx
);
26526
inTest->
connectionCtx
->test = NULL; // Unset the connection's back pointer to test.
26527
inTest->
connectionCtx
= NULL; // Context will be freed by the connection's handler.
[
all
...]
Completed in 95 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026