函数逻辑报告 |
Source Code:lib\xarray.c |
Create Date:2022-07-27 07:10:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xa_find_after() - Search the XArray for a present entry.*@xa: XArray.*@indexp: Pointer to an index.*@max: Maximum index to search to.*@filter: Selection criterion.* Finds the entry in @xa which matches the @filter and has the lowest
函数原型:void *xa_find_after(struct xarray *xa, unsigned long *indexp, unsigned long max, xa_mark_t filter)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | xa | |
unsigned long * | indexp | |
unsigned long | max | |
xa_mark_t | filter |
1868 | 如果xa_index恒等于0则返回:NULL |
1872 | 循环 |
1878 | 如果xas_invalid() - Is the xas in a retry or error state?*@xas: XArray operation state.* Return: %true if the xas cannot be used for operations.则退出 |
1880 | 如果xas_sibling( & xas)则继续下一循环 |
1889 | 返回:entry |
名称 | 描述 |
---|---|
check_multi_find_1 | |
check_find_4 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |