Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.c163 #define ENTRY_KEY_BUF(entry_p) ((entry_p)->te_key_buf) argument
164 #define ENTRY_DATA_BUF(tab_p, entry_p) \ argument
165 (ENTRY_KEY_BUF(entry_p) + (entry_p)->te_key_size)
283 table_entry_t *entry_p; in first_entry() local
288 entry_p = table_p->ta_buckets[bucket_c]; in first_entry()
289 if (entry_p != NULL) { in first_entry()
294 return TABLE_POINTER(table_p, table_entry_t *, entry_p); in first_entry()
328 table_entry_t *entry_p; in next_entry() local
351 entry_p = table_p->ta_buckets[linear_p->tl_bucket_c]; in next_entry()
355 if (entry_p == NULL) in next_entry()
[all …]
Dssl_util_table.h183 extern int table_entry_info(table_t *table_p, table_entry_t *entry_p, void **key_buf_p,…