OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-shared.c
28
void *handle1, *
handle2
;
local
35
handle2
= dlopen (SHLIB2_NAME, RTLD_LAZY);
36
assert (
handle2
!= NULL);
42
func = (void (*)(int)) dlsym (
handle2
, "bar");
48
dlclose (
handle2
);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-shared.c
28
void *handle1, *
handle2
;
local
35
handle2
= dlopen (SHLIB2_NAME, RTLD_LAZY);
36
assert (
handle2
!= NULL);
42
func = (void (*)(int)) dlsym (
handle2
, "bar");
48
dlclose (
handle2
);
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c
132
TCS_HANDLE handle1 = 0,
handle2
= 0;
local
188
handle2
= (*rghHandles)[1];
190
if ((result = get_slot_lite(hContext,
handle2
, &val2))) {
/src/external/mit/libuv/dist/test/
test-udp-reuseport.c
35
uv_udp_t handle1,
handle2
, handle3;
local
51
r = uv_udp_init(loop, &
handle2
);
54
r = uv_udp_bind(&
handle2
, (const struct sockaddr*) &addr2, UV_UDP_REUSEPORT);
/src/external/bsd/jemalloc.old/dist/test/unit/
hook.c
176
void *
handle2
= hook_install(TSDN_NULL, &hooks2);
local
181
expect_ptr_ne(
handle2
, NULL, "Hook installation failed");
200
hook_remove(TSDN_NULL,
handle2
);
/src/external/bsd/jemalloc/dist/test/unit/
hook.c
175
void *
handle2
= hook_install(TSDN_NULL, &hooks2);
local
180
expect_ptr_ne(
handle2
, NULL, "Hook installation failed");
199
hook_remove(TSDN_NULL,
handle2
);
Completed in 21 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026