OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hook_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libevent/dist/test/
regress_rpc.c
403
const char *
hook_type
= arg;
local
404
if (strcmp("input",
hook_type
) == 0)
405
evhttp_add_header(req->input_headers, "X-Hook",
hook_type
);
407
evhttp_add_header(req->output_headers, "X-Hook",
hook_type
);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_rpc.c
401
const char *
hook_type
= arg;
local
402
if (strcmp("input",
hook_type
) == 0)
403
evhttp_add_header(req->input_headers, "X-Hook",
hook_type
);
405
evhttp_add_header(req->output_headers, "X-Hook",
hook_type
);
/src/external/gpl3/gdb/dist/gdb/cli/
cli-script.c
1384
int
hook_type
= CMD_NO_HOOK;
1425
hook_type
= CMD_PRE_HOOK;
1430
hook_type
= CMD_POST_HOOK;
1434
if (
hook_type
!= CMD_NO_HOOK)
1485
switch (
hook_type
)
1381
int
hook_type
= CMD_NO_HOOK;
local
/src/external/gpl3/gdb.old/dist/gdb/cli/
cli-script.c
1384
int
hook_type
= CMD_NO_HOOK;
1425
hook_type
= CMD_PRE_HOOK;
1430
hook_type
= CMD_POST_HOOK;
1434
if (
hook_type
!= CMD_NO_HOOK)
1485
switch (
hook_type
)
1381
int
hook_type
= CMD_NO_HOOK;
local
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026