Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.c215 void *(*ta_realloc)(void *ptr, size_t size); member
862 table_p->ta_realloc = realloc_f != NULL ? realloc_f : realloc; in table_alloc()
1194 entry_p = (table_entry_t *) table_p->ta_realloc(entry_p, in table_insert_kd()
2429 table_p->ta_realloc = realloc_f != NULL ? realloc_f : realloc; in table_read()