Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_shrink
Proto:static void xas_shrink(struct xa_state *xas)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas |
438 | cycle |
442 | If Total entry count != 1 Then Break |
445 | If Not entry Then Break |
447 | If Not Private && Bits remaining in each slot Then Break |
451 | xa_node = XAS_BOUNDS |
454 | If xa_track_free(xa) && Not node_get_mark(node, 0, XA_FREE_MARK) Then xa_mark_clear(xa, XA_FREE_MARK) |
457 | Total entry count = 0 |
458 | Value entry count = 0 |
461 | xas_update(xas, node) |
462 | xa_node_free(node) |
463 | If Not Private Then Break |
466 | NULL at top of tree = NULL |
Name | Describe |
---|---|
xas_delete_node | xas_delete_node() - Attempt to delete an xa_node*@xas: Array operation state.* Attempts to delete the @xas->xa_node. This will fail if xa->node has* a non-zero reference count. |
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 |