函数逻辑报告 |
Source Code:lib\test_rhashtable.c |
Create Date:2022-07-27 07:29:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:test_rhashtable_max
函数原型:static int __init test_rhashtable_max(struct test_obj *array, unsigned int entries)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct test_obj * | array | |
unsigned int | entries |
451 | insert_retries等于0 |
455 | err等于hashtable_init - initialize a new hash table*@ht: hash table to be initialized*@params: configuration parameters* Initializes a new hash table based on the provided configuration* parameters |
463 | err等于insert_retry( & ht, obj, test_rht_params) |
464 | 如果err大于0则insert_retries加等于err |
470 | err等于insert_retry( & ht, & array[max_elems], test_rht_params) |
472 | err等于0 |
473 | 否则 |
480 | rhashtable_destroy( & ht) |
482 | 返回:err |
名称 | 描述 |
---|---|
test_rht_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |