Home
last modified time | relevance | path

Searched refs:bucket_n (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.h160 extern table_t *table_alloc(const unsigned int bucket_n, int *error_p, void *(*malloc_f)(siz…
171 extern int table_adjust(table_t *table_p, const int bucket_n);
Dssl_util_table.c811 table_t *table_alloc(const unsigned int bucket_n, int *error_p, in table_alloc() argument
831 if (bucket_n > 0) in table_alloc()
832 buck_n = bucket_n; in table_alloc()
1721 int table_adjust(table_t * table_p, const int bucket_n) in table_adjust() argument
1739 if (bucket_n == 0) in table_adjust()
1742 buck_n = bucket_n; in table_adjust()