OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htable_create
(Results
1 - 25
of
49
) sorted by relevancy
1
2
/src/external/ibm-public/postfix/dist/src/util/
htable.h
35
extern HTABLE *
htable_create
(ssize_t);
nvtable.h
25
#define nvtable_create(size)
htable_create
(size)
recv_pass_attr.c
81
ATTR_TYPE_HASH, *attr =
htable_create
(1),
attr_print0.c
226
HTABLE *table =
htable_create
(1);
attr_print_plain.c
222
HTABLE *table =
htable_create
(1);
dict_ht.c
170
dict_ht->table =
htable_create
(0);
known_tcp_ports.c
84
known_tcp_ports =
htable_create
(10);
htable.c
19
/* HTABLE *
htable_create
(size)
63
/*
htable_create
() creates a table of the specified size and returns a
193
/*
htable_create
- create initial hash table */
195
HTABLE *
htable_create
(ssize_t size)
function
419
hash =
htable_create
(10);
mac_expand.c
587
mac_exp_ext_table =
htable_create
(10);
617
mac_exp_named_fn_table =
htable_create
(10);
971
table =
htable_create
(0);
/src/external/ibm-public/postfix/dist/src/testing/
mock_stat.c
86
mock_stat_table =
htable_create
(10);
/src/external/ibm-public/postfix/dist/src/postconf/
postconf_unused.c
150
pcf_depr_param_table =
htable_create
(30);
198
flagged =
htable_create
(1);
postconf_user.c
381
pcf_rest_class_table =
htable_create
(1);
404
masterp->valid_names =
htable_create
(1);
postconf.h
106
#define PCF_PARAM_TABLE_CREATE(size)
htable_create
(size);
/src/external/ibm-public/postfix/dist/src/posttls-finger/
tlsmgrmem.c
90
tls_cache =
htable_create
(1);
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_unalias.c
82
cache =
htable_create
(10);
smtp_state.c
100
state->cache_used =
htable_create
(1);
/src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_transport.c
471
transport->queue_byname =
htable_create
(0);
473
transport->job_byname =
htable_create
(0);
491
qmgr_transport_byname =
htable_create
(10);
/src/external/ibm-public/postfix/dist/src/global/
header_opts.c
116
header_hash =
htable_create
(HEADER_OPTS_SIZE);
been_here.c
135
dup_filter->table =
htable_create
(0);
delivered_hdr.c
135
info->table =
htable_create
(0);
scache_multi.c
490
sp->dest_cache =
htable_create
(1);
491
sp->endp_cache =
htable_create
(1);
compat_level.c
358
table =
htable_create
(0);
/src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_transport.c
448
transport->queue_byname =
htable_create
(0);
459
qmgr_transport_byname =
htable_create
(10);
/src/external/ibm-public/postfix/dist/src/local/
forward.c
120
forward_dt =
htable_create
(0);
243
table_snd =
htable_create
(0);
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dnsbl.c
609
dnsbl_site_cache =
htable_create
(13);
618
dnsbl_score_cache =
htable_create
(13);
Completed in 32 milliseconds
1
2
Indexes created Thu Aug 13 00:25:44 UTC 2026