Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_table.c243 {TABLE_ERROR_ALLOC, "error allocating memory"},
827 *error_p = TABLE_ERROR_ALLOC; in table_alloc()
842 *error_p = TABLE_ERROR_ALLOC; in table_alloc()
1199 return TABLE_ERROR_ALLOC; in table_insert_kd()
1232 return TABLE_ERROR_ALLOC; in table_insert_kd()
1519 return TABLE_ERROR_ALLOC; in table_delete()
1626 return TABLE_ERROR_ALLOC; in table_delete_first()
1642 return TABLE_ERROR_ALLOC; in table_delete_first()
1751 return TABLE_ERROR_ALLOC; in table_adjust()
1753 return TABLE_ERROR_ALLOC; in table_adjust()
[all …]
Dssl_util_table.h111 #define TABLE_ERROR_ALLOC 7 /* memory allocation error */ macro