函数逻辑报告 |
Source Code:lib\assoc_array.c |
Create Date:2022-07-27 07:51:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:assoc_array_insert - Script insertion of an object into an associative array*@array: The array to insert into
函数原型:struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key, void *object)
返回类型:struct assoc_array_edit
参数:
类型 | 参数 | 名称 |
---|---|---|
struct assoc_array * | array | |
const struct assoc_array_ops * | ops | |
const void * | index_key | |
void * | object |
987 | adjust_count_by等于1 |
992 | 如果非Handle insertion into an empty tree.则转到:enomem |
994 | 返回:edit |
1001 | 如果非Handle insertion into a terminal node.则转到:enomem |
1004 | 返回:edit |
1012 | 返回:edit |
1015 | enomem : |
1017 | 打印调试信息("enomem\n") |
1019 | 返回:错误号 |
名称 | 描述 |
---|---|
__key_link_begin | Preallocate memory so that a key can be linked into to a keyring. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |