Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__xas_prev() - Find the previous entry in the XArray.*@xas: XArray operation state.* Helper function for xas_prev() which handles all the complex cases* out of line.
Proto:void *__xas_prev(struct xa_state *xas)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas |
998 | If Not True if the node represents RESTART or an error Then xa_index-- |
1000 | If Not xa_node Then Return set_bounds(xas) |
1005 | If xa_offset != xtracts the offset within this node from the index Then xa_offset-- |
1009 | xa_offset = Slot offset in parent - 1 |
1011 | If Not xa_node Then Return set_bounds(xas) |
1015 | cycle |
1021 | xas_set_offset(xas) |
Name | Describe |
---|---|
xas_prev | xas_prev() - Move iterator to previous 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 |