Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void *xa_find_after(struct xarray *xa, unsigned long *indexp, unsigned long max, xa_mark_t filter)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long * | indexp | |
unsigned long | max | |
xa_mark_t | filter |
1868 | If xa_index == 0 Then Return NULL |
1872 | cycle |
1878 | If 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. Then Break |
1880 | If xas_sibling( & xas) Then Continue |
1889 | Return entry |
Name | Describe |
---|---|
check_multi_find_1 | |
check_find_4 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |