Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.h170 extern int table_info(table_t *table_p, int *num_buckets_p, int *num_entries_p);
182 extern table_entry_t **table_order(table_t *table_p, table_compare_t compare, int *num_entries_p, i…
Dssl_util_table.c1688 int table_info(table_t * table_p, int *num_buckets_p, int *num_entries_p) in table_info() argument
1696 if (num_entries_p != NULL) in table_info()
1697 *num_entries_p = table_p->ta_entry_n; in table_info()
2727 int *num_entries_p, int *error_p) in table_order() argument
2791 if (num_entries_p != NULL) in table_order()
2792 *num_entries_p = table_p->ta_entry_n; in table_order()