函数逻辑报告 |
Source Code:lib\xarray.c |
Create Date:2022-07-27 07:10:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xa_erase() - Erase this entry from the XArray.*@xa: XArray.*@index: Index of entry.* After this function returns, loading from @index will return %NULL.* If the index is part of a multi-index entry, all indices will be erased
函数原型:void *xa_erase(struct xarray *xa, unsigned long index)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | xa | |
unsigned long | index |
1361 | 返回:entry |
名称 | 描述 |
---|---|
xa_erase_index | |
check_xa_err | |
check_reserve | |
check_multi_store | |
check_xa_alloc_2 | |
check_align_2 | We should always be able to store without allocating memory after* reserving a slot. |
check_account | Check that the pointer / value / sibling entries are accounted the* way we expect them to be. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |