Searched refs:TABLE_ERROR_ALLOC (Results 1 – 2 of 2) sorted by relevance
243 {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 …]
111 #define TABLE_ERROR_ALLOC 7 /* memory allocation error */ macro