OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcl
(Results
1 - 25
of
255
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/external/bsd/unbound/dist/util/
tcp_conn_limit.c
53
struct tcl_list*
tcl
= (struct tcl_list*)calloc(1,
local
55
if(!
tcl
)
57
tcl
->region = regional_create();
58
if(!
tcl
->region) {
59
tcl_list_delete(
tcl
);
62
return
tcl
;
76
tcl_list_delete(struct tcl_list*
tcl
)
78
if(!
tcl
)
80
traverse_postorder(&
tcl
->tree, tcl_list_free_node, NULL);
81
regional_destroy(
tcl
->region)
[
all
...]
tcp_conn_limit.h
86
* @param
tcl
: to delete.
88
void tcl_list_delete(struct tcl_list*
tcl
);
92
* @param
tcl
: where to store.
96
int tcl_list_apply_cfg(struct tcl_list*
tcl
, struct config_file* cfg);
101
* @param
tcl
: structure for
tcl
storage, or NULL.
102
* @return: 0 if limit reached, 1 if
tcl
was NULL or limit not reached.
104
int tcl_new_connection(struct tcl_addr*
tcl
);
108
* @param
tcl
: structure for
tcl
storage, or NULL
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
align-c.exp
23
source $srcdir/$subdir/align.exp.
tcl
array-indices.exp
20
source $srcdir/$subdir/array-indices.exp.
tcl
array-repeat.exp
20
source $srcdir/$subdir/array-repeat.exp.
tcl
info-types-c.exp
18
source $srcdir/$subdir/info-types.exp.
tcl
align-c++.exp
25
source $srcdir/$subdir/align.exp.
tcl
all-architectures-0.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-1.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-2.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-3.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-4.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-5.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
all-architectures-6.exp
17
source $srcdir/$subdir/all-architectures.exp.
tcl
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpexprs.exp
24
source $srcdir/$subdir/cpexprs.exp.
tcl
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-disasm-exec.exp
21
source $srcdir/$subdir/py-disasm.exp.
tcl
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
align-c.exp
23
source $srcdir/$subdir/align.exp.
tcl
array-indices.exp
20
source $srcdir/$subdir/array-indices.exp.
tcl
array-repeat.exp
20
source $srcdir/$subdir/array-repeat.exp.
tcl
foll-exec-c.exp
18
# See foll-exec.exp.
tcl
for test details. This file runs the test
23
source $srcdir/$subdir/foll-exec.exp.
tcl
info-types-c.exp
18
source $srcdir/$subdir/info-types.exp.
tcl
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpexprs.exp
24
source $srcdir/$subdir/cpexprs.exp.
tcl
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dwzbuildid.exp
17
source $srcdir/$subdir/dwzbuildid.
tcl
dwzbuildid5.exp
17
source $srcdir/$subdir/dwzbuildid.
tcl
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-disasm-exec.exp
21
source $srcdir/$subdir/py-disasm.exp.
tcl
Completed in 189 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Tue Jul 07 00:25:39 UTC 2026