Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__xas_next() - Find the next entry in the XArray.*@xas: XArray operation state.* Helper function for xas_next() which handles all the complex cases* out of line.
Proto:void *__xas_next(struct xa_state *xas)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas |
1037 | If Not True if the node represents RESTART or an error Then xa_index++ |
1039 | If Not xa_node Then Return set_bounds(xas) |
1044 | If xa_offset != xtracts the offset within this node from the index Then xa_offset++ |
1047 | When xa_offset == XA_CHUNK_SIZE cycle |
1048 | xa_offset = Slot offset in parent + 1 |
1050 | If Not xa_node Then Return set_bounds(xas) |
1054 | cycle |
1060 | xas_set_offset(xas) |
Name | Describe |
---|---|
xas_next | xas_next() - Move state to next index.*@xas: XArray operation state.* If the @xas was in an error state, it will remain in an error state* and this function will return %NULL. If the @xas has never been walked, |
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 |